summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/lib/grey_core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lib/grey_core.c b/apps/plugins/lib/grey_core.c
index 0e2408b107..015c637eeb 100644
--- a/apps/plugins/lib/grey_core.c
+++ b/apps/plugins/lib/grey_core.c
@@ -480,6 +480,8 @@ void grey_show(bool enable)
480 _grey_info.rb->timer_register(1, NULL, TIMER_FREQ / 88, 1, _timer_isr); 480 _grey_info.rb->timer_register(1, NULL, TIMER_FREQ / 88, 1, _timer_isr);
481#elif CONFIG_LCD == LCD_IFP7XX 481#elif CONFIG_LCD == LCD_IFP7XX
482 _grey_info.rb->timer_register(1, NULL, TIMER_FREQ / 83, 1, _timer_isr); 482 _grey_info.rb->timer_register(1, NULL, TIMER_FREQ / 83, 1, _timer_isr);
483#elif CONFIG_LCD == LCD_MROBE100
484 _grey_info.rb->timer_register(1, NULL, TIMER_FREQ / 83, 1, _timer_isr); /* not calibrated/tested */
483#endif /* CONFIG_LCD */ 485#endif /* CONFIG_LCD */
484#endif /* !SIMULATOR */ 486#endif /* !SIMULATOR */
485 _grey_info.rb->screen_dump_set_hook(grey_screendump_hook); 487 _grey_info.rb->screen_dump_set_hook(grey_screendump_hook);