aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/common/oslib/include/chbsem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/oslib/include/chbsem.h b/os/common/oslib/include/chbsem.h
index ed4a6f806..3a6956017 100644
--- a/os/common/oslib/include/chbsem.h
+++ b/os/common/oslib/include/chbsem.h
@@ -72,7 +72,7 @@
*
* @brief Binary semaphore type.
*/
-typedef struct {
+typedef struct ch_binary_semaphore {
semaphore_t sem;
} binary_semaphore_t;