summaryrefslogtreecommitdiff
path: root/apps/plugins/test_fps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_fps.c')
-rw-r--r--apps/plugins/test_fps.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugins/test_fps.c b/apps/plugins/test_fps.c
index ddf938ac25..2f4e9bb13e 100644
--- a/apps/plugins/test_fps.c
+++ b/apps/plugins/test_fps.c
@@ -401,9 +401,9 @@ enum plugin_status plugin_start(const void* parameter)
401#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 401#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
402 cpu_freq = *rb->cpu_frequency; /* remember CPU frequency */ 402 cpu_freq = *rb->cpu_frequency; /* remember CPU frequency */
403#endif 403#endif
404#ifdef HAVE_BACKLIGHT 404
405 backlight_ignore_timeout(); 405 backlight_ignore_timeout();
406#endif 406
407 time_main_update(); 407 time_main_update();
408 rb->sleep(HZ); 408 rb->sleep(HZ);
409#if defined(HAVE_LCD_COLOR) && (MEMORYSIZE > 2) 409#if defined(HAVE_LCD_COLOR) && (MEMORYSIZE > 2)
@@ -424,9 +424,9 @@ enum plugin_status plugin_start(const void* parameter)
424 (cpu_freq + 500000) / 1000000); 424 (cpu_freq + 500000) / 1000000);
425 log_text(str); 425 log_text(str);
426#endif 426#endif
427#ifdef HAVE_BACKLIGHT 427
428 backlight_use_settings(); 428 backlight_use_settings();
429#endif 429
430 /* wait until user closes plugin */ 430 /* wait until user closes plugin */
431 plugin_quit(); 431 plugin_quit();
432 432