diff options
Diffstat (limited to 'os/rt/include/chbsem.h')
-rw-r--r-- | os/rt/include/chbsem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/include/chbsem.h b/os/rt/include/chbsem.h index aa5fd7044..b25983118 100644 --- a/os/rt/include/chbsem.h +++ b/os/rt/include/chbsem.h @@ -72,7 +72,7 @@ *
* @brief Binary semaphore type.
*/
-typedef struct {
+typedef struct {
semaphore_t bs_sem;
} binary_semaphore_t;
|