mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-09 00:30:34 +08:00
PX4 semaphores: Formatting fix
This commit is contained in:
@@ -75,7 +75,7 @@ int px4_sem_wait(px4_sem_t *s)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int px4_sem_timedwait(px4_sem_t * s, const struct timespec * abstime)
|
||||
int px4_sem_timedwait(px4_sem_t *s, const struct timespec *abstime)
|
||||
{
|
||||
pthread_mutex_lock(&(s->lock));
|
||||
s->value--;
|
||||
|
||||
Reference in New Issue
Block a user