mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
Fix typedef for px4_sem_t
This commit is contained in:
@@ -71,7 +71,7 @@ __END_DECLS
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
typedef px4_sem_t sem_t
|
typedef sem_t px4_sem_t
|
||||||
|
|
||||||
#define px4_sem_init _GLOBAL sem_init
|
#define px4_sem_init _GLOBAL sem_init
|
||||||
#define px4_sem_wait _GLOBAL sem_wait
|
#define px4_sem_wait _GLOBAL sem_wait
|
||||||
|
|||||||
Reference in New Issue
Block a user