diff options
Diffstat (limited to 'os/hal/hal.dox')
-rw-r--r-- | os/hal/hal.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/hal.dox b/os/hal/hal.dox index 7b51039ad..619d29796 100644 --- a/os/hal/hal.dox +++ b/os/hal/hal.dox @@ -68,14 +68,14 @@ */
/**
- * @defgroup HAL_CONF HAL Configuration
+ * @defgroup HAL_CONF Configuration
* @brief @ref HAL Configuration.
* @details The file @p halconf.h contains the high level settings for all
* the drivers supported by the HAL. The low level, platform dependent,
* settings are contained in the @p mcuconf.h file instead and are describe
* in the various platforms reference manuals.
*
- * @ingroup HAL
+ * @ingroup IO
*/
/**
|