diff options
Diffstat (limited to 'os/ex/Micron')
-rw-r--r-- | os/ex/Micron/m25q.c | 3 | ||||
-rw-r--r-- | os/ex/Micron/m25q.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/os/ex/Micron/m25q.c b/os/ex/Micron/m25q.c index 3d6de626d..61d102c93 100644 --- a/os/ex/Micron/m25q.c +++ b/os/ex/Micron/m25q.c @@ -21,7 +21,8 @@ * @file m25q.c
* @brief Micron serial flash driver code.
*
- * @addtogroup m25q
+ * @addtogroup M25Q
+ * @ingroup EX_MICRON
* @{
*/
diff --git a/os/ex/Micron/m25q.h b/os/ex/Micron/m25q.h index 87f6981a4..574c1e3d8 100644 --- a/os/ex/Micron/m25q.h +++ b/os/ex/Micron/m25q.h @@ -21,7 +21,8 @@ * @file m25q.h
* @brief Micron serial flash driver header.
*
- * @addtogroup m25q
+ * @addtogroup M25Q
+ * @ingroup EX_MICRON
* @{
*/
|