summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/grey_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/grey_core.c')
-rw-r--r--apps/plugins/lib/grey_core.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugins/lib/grey_core.c b/apps/plugins/lib/grey_core.c
index ea70ae942b..6fa422be05 100644
--- a/apps/plugins/lib/grey_core.c
+++ b/apps/plugins/lib/grey_core.c
@@ -648,11 +648,10 @@ void grey_show(bool enable)
648#endif 648#endif
649#if NUM_CORES > 1 649#if NUM_CORES > 1
650 rb->timer_register(1, NULL, TIMER_FREQ / LCD_SCANRATE, 650 rb->timer_register(1, NULL, TIMER_FREQ / LCD_SCANRATE,
651 1, _timer_isr, 651 _timer_isr,
652 (_grey_info.flags & GREY_ON_COP) ? COP : CPU); 652 (_grey_info.flags & GREY_ON_COP) ? COP : CPU);
653#else 653#else
654 rb->timer_register(1, NULL, TIMER_FREQ / LCD_SCANRATE, 1, 654 rb->timer_register(1, NULL, TIMER_FREQ / LCD_SCANRATE, _timer_isr);
655 _timer_isr);
656#endif 655#endif
657#endif /* !SIMULATOR */ 656#endif /* !SIMULATOR */
658 rb->screen_dump_set_hook(grey_screendump_hook); 657 rb->screen_dump_set_hook(grey_screendump_hook);