mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Fix typedef for px4_sem_t
This commit is contained in:
parent
b66386ff8c
commit
20bde7e5e8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user