diff options
-rw-r--r-- | apps/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |