diff options
Diffstat (limited to 'os/lib/src/chmemheaps.c')
-rw-r--r-- | os/lib/src/chmemheaps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/lib/src/chmemheaps.c b/os/lib/src/chmemheaps.c index fc01b7ccc..2646f2929 100644 --- a/os/lib/src/chmemheaps.c +++ b/os/lib/src/chmemheaps.c @@ -21,7 +21,7 @@ * @file chmemheaps.c
* @brief Memory heaps code.
*
- * @addtogroup memheaps
+ * @addtogroup oslib_memheaps
* @details Heap Allocator related APIs.
* <h2>Operation mode</h2>
* The heap allocator implements a first-fit strategy and its APIs
|