summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/gray_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/gray_core.c')
-rw-r--r--apps/plugins/lib/gray_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/lib/gray_core.c b/apps/plugins/lib/gray_core.c
index 80ce984b29..c70582c903 100644
--- a/apps/plugins/lib/gray_core.c
+++ b/apps/plugins/lib/gray_core.c
@@ -278,9 +278,9 @@ void gray_show(bool enable)
278 gray_update(); 278 gray_update();
279#else /* !SIMULATOR */ 279#else /* !SIMULATOR */
280#if CONFIG_LCD == LCD_SSD1815 280#if CONFIG_LCD == LCD_SSD1815
281 _gray_rb->timer_register(1, NULL, CPU_FREQ / 67, 1, _timer_isr); 281 _gray_rb->timer_register(1, NULL, TIMER_FREQ / 67, 1, _timer_isr);
282#elif CONFIG_LCD == LCD_S1D15E06 282#elif CONFIG_LCD == LCD_S1D15E06
283 _gray_rb->timer_register(1, NULL, CPU_FREQ / 70, 1, _timer_isr); 283 _gray_rb->timer_register(1, NULL, TIMER_FREQ / 70, 1, _timer_isr);
284#elif CONFIG_LCD == LCD_IFP7XX 284#elif CONFIG_LCD == LCD_IFP7XX
285 /* TODO: implement for iFP */ 285 /* TODO: implement for iFP */
286 (void)_timer_isr; 286 (void)_timer_isr;