diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/concepts.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/concepts.dox b/docs/src/concepts.dox index 8add4464c..67b01f8b3 100644 --- a/docs/src/concepts.dox +++ b/docs/src/concepts.dox @@ -34,7 +34,7 @@ * ChibiOS/RT APIs are all named following this convention:
* @a ch\<group\>\<action\>\<suffix\>().
* The possible groups are: @a Sys, @a Sch, @a Time, @a VT, @a Thd, @a Sem,
- * @a Mtx, @a Cond, @a Evt, @a Msg, @a IQ, @a OQ, @a IO, @a FDD, @a Dbg,
+ * @a Mtx, @a Cond, @a Evt, @a Msg, @a IQ, @a OQ, @a IO, @a Dbg,
* @a Heap, @a Pool.
*
* @section api_suffixes API Names Suffixes
|