summaryrefslogtreecommitdiff
path: root/apps/plugins/stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/stats.c')
-rw-r--r--apps/plugins/stats.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c
index 0a29a7aa30..19ccd9f452 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -189,10 +189,12 @@ enum plugin_status plugin_start(const void* parameter)
189 return PLUGIN_OK; 189 return PLUGIN_OK;
190 } 190 }
191 update_screen(); 191 update_screen();
192#ifdef HAVE_BACKLIGHT
192#ifdef HAVE_REMOTE_LCD 193#ifdef HAVE_REMOTE_LCD
193 rb->remote_backlight_on(); 194 rb->remote_backlight_on();
194#endif 195#endif
195 rb->backlight_on(); 196 rb->backlight_on();
197#endif
196 rb->splash(HZ, "Done"); 198 rb->splash(HZ, "Done");
197 update_screen(); 199 update_screen();
198 while (1) { 200 while (1) {