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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/battery_bench.c b/apps/plugins/battery_bench.c
index 6e3178237f..b82fdef965 100644
--- a/apps/plugins/battery_bench.c
+++ b/apps/plugins/battery_bench.c
@@ -320,7 +320,7 @@ void thread(void)
320 if(exit) 320 if(exit)
321 { 321 {
322 if(exit == 2) 322 if(exit == 2)
323 rb->splash(HZ,true, 323 rb->splash(HZ,
324#ifdef HAVE_LCD_BITMAP 324#ifdef HAVE_LCD_BITMAP
325 "Exiting battery_bench..."); 325 "Exiting battery_bench...");
326#else 326#else
@@ -464,7 +464,7 @@ int main(void)
464 } 464 }
465 else 465 else
466 { 466 {
467 rb->splash(HZ / 2, true, "Cannot create file!"); 467 rb->splash(HZ / 2, "Cannot create file!");
468 return PLUGIN_ERROR; 468 return PLUGIN_ERROR;
469 } 469 }
470 } 470 }
@@ -482,7 +482,7 @@ int main(void)
482 IF_PRIO(, PRIORITY_BACKGROUND) 482 IF_PRIO(, PRIORITY_BACKGROUND)
483 IF_COP(, CPU, false)) == NULL) 483 IF_COP(, CPU, false)) == NULL)
484 { 484 {
485 rb->splash(HZ,true,"Cannot create thread!"); 485 rb->splash(HZ, "Cannot create thread!");
486 return PLUGIN_ERROR; 486 return PLUGIN_ERROR;
487 } 487 }
488 488