mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-25 06:30:34 +08:00
Fix typedef for px4_sem_t
This commit is contained in:
@@ -71,7 +71,7 @@ __END_DECLS
|
||||
|
||||
#else
|
||||
|
||||
typedef px4_sem_t sem_t
|
||||
typedef sem_t px4_sem_t
|
||||
|
||||
#define px4_sem_init _GLOBAL sem_init
|
||||
#define px4_sem_wait _GLOBAL sem_wait
|
||||
|
||||
Reference in New Issue
Block a user