aboutsummaryrefslogtreecommitdiffstats
path: root/os/lib/include/chbsem.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/lib/include/chbsem.h')
-rw-r--r--os/lib/include/chbsem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/lib/include/chbsem.h b/os/lib/include/chbsem.h
index 77ca30c25..192aec86a 100644
--- a/os/lib/include/chbsem.h
+++ b/os/lib/include/chbsem.h
@@ -20,8 +20,6 @@
/**
* @file chbsem.h
* @brief Binary semaphores structures and macros.
- *
- * @addtogroup binary_semaphores
* @details Binary semaphores related APIs and services.
* <h2>Operation mode</h2>
* Binary semaphores are implemented as a set of inline functions
@@ -43,6 +41,8 @@
* implement the priority inheritance protocol.<br>
* In order to use the binary semaphores APIs the
* @p CH_CFG_USE_SEMAPHORES option must be enabled in @p chconf.h.
+ *
+ * @addtogroup oslib_binary_semaphores
* @{
*/