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:
Giovanni Di Sirio 2017-10-03 08:58:30 +00:00
parent 1b89723caa
commit a062d33654
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
*
* @brief Binary semaphore type.
*/
typedef struct {
typedef struct ch_binary_semaphore {
semaphore_t sem;
} binary_semaphore_t;