Skip to content
Snippets Groups Projects
Commit 20bde7e5 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Fix typedef for px4_sem_t

parent b66386ff
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment