summaryrefslogtreecommitdiff
path: root/apps/plugins/battery_bench.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/battery_bench.c')
-rw-r--r--apps/plugins/battery_bench.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/battery_bench.c b/apps/plugins/battery_bench.c
index 3d9556d924..f9fd6e809b 100644
--- a/apps/plugins/battery_bench.c
+++ b/apps/plugins/battery_bench.c
@@ -326,9 +326,10 @@ int main(void)
326{ 326{
327 int button, fd; 327 int button, fd;
328 bool on = false; 328 bool on = false;
329#ifdef HAVE_LCD_BITMAP
329 const char *msgs[] = { "Battery Benchmark","Check file", BATTERY_LOG, 330 const char *msgs[] = { "Battery Benchmark","Check file", BATTERY_LOG,
330 "for more info", "PLAY - start", "OFF - quit" }; 331 "for more info", "PLAY - start", "OFF - quit" };
331 332#endif
332 rb->lcd_clear_display(); 333 rb->lcd_clear_display();
333 334
334#ifdef HAVE_LCD_BITMAP 335#ifdef HAVE_LCD_BITMAP