Added a struct name.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10752 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
1b89723caa
commit
a062d33654
|
@ -72,7 +72,7 @@
|
|||
*
|
||||
* @brief Binary semaphore type.
|
||||
*/
|
||||
typedef struct {
|
||||
typedef struct ch_binary_semaphore {
|
||||
semaphore_t sem;
|
||||
} binary_semaphore_t;
|
||||
|
||||
|
|
Loading…
Reference in New Issue