diff options
Diffstat (limited to 'os/hal/src')
-rw-r--r-- | os/hal/src/hal_queues.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/src/hal_queues.c b/os/hal/src/hal_queues.c index d607a44c8..657de96f2 100644 --- a/os/hal/src/hal_queues.c +++ b/os/hal/src/hal_queues.c @@ -22,7 +22,7 @@ * @file hal_queues.c
* @brief I/O Queues code.
*
- * @addtogroup io_queues
+ * @addtogroup HAL_QUEUES
* @details Queues are mostly used in serial-like device drivers.
* Serial device drivers are usually designed to have a lower side
* (lower driver, it is usually an interrupt service routine) and an
|