diff --git a/apps/status.c b/apps/status.c index b8238b11df..a106641a40 100644 --- a/apps/status.c +++ b/apps/status.c @@ -30,7 +30,7 @@ #endif #include "powermgmt.h" -static enum playmode current_mode; +static enum playmode current_mode = STATUS_STOP; #ifdef HAVE_LCD_BITMAP bool statusbar_enabled = true;