aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include')
-rw-r--r--os/rt/include/chbsem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/rt/include/chbsem.h b/os/rt/include/chbsem.h
index 176a69c57..df20cadb4 100644
--- a/os/rt/include/chbsem.h
+++ b/os/rt/include/chbsem.h
@@ -24,7 +24,6 @@
*
* @addtogroup binary_semaphores
* @details Binary semaphores related APIs and services.
- *
* <h2>Operation mode</h2>
* Binary semaphores are implemented as a set of inline functions
* that use the existing counting semaphores primitives. The