diff options
Diffstat (limited to 'extra/lightbar/main.c')
-rw-r--r-- | extra/lightbar/main.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/lightbar/main.c b/extra/lightbar/main.c index 7ef3d07c9e..5acf3d427a 100644 --- a/extra/lightbar/main.c +++ b/extra/lightbar/main.c @@ -95,9 +95,8 @@ uint32_t task_wait_event(int timeout_us) return event; } -uint32_t task_set_event(task_id_t tskid, /* always LIGHTBAR */ - uint32_t event, - int wait_for_reply) /* always 0 */ +uint32_t task_set_event(task_id_t tskid, /* always LIGHTBAR */ + uint32_t event) { pthread_mutex_lock(&task_mutex); task_event = event; |