summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rocklib_events.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/rocklib_events.c')
-rw-r--r--apps/plugins/lua/rocklib_events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/rocklib_events.c b/apps/plugins/lua/rocklib_events.c
index 0cdec20213..52e87f3d61 100644
--- a/apps/plugins/lua/rocklib_events.c
+++ b/apps/plugins/lua/rocklib_events.c
@@ -423,7 +423,7 @@ static void init_event_thread(bool init, struct event_data *ev_data)
423 0, 423 0,
424 EVENT_THREAD 424 EVENT_THREAD
425 IF_PRIO(, PRIORITY_SYSTEM) 425 IF_PRIO(, PRIORITY_SYSTEM)
426 IF_COP(, COP)); 426 IF_COP(, CPU));
427 427
428 /* Timer is used to poll waiting events */ 428 /* Timer is used to poll waiting events */
429 if (!rb->timer_register(1, NULL, EV_TIMER_FREQ, rev_timer_isr IF_COP(, CPU))) 429 if (!rb->timer_register(1, NULL, EV_TIMER_FREQ, rev_timer_isr IF_COP(, CPU)))