summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/status.c2
-rw-r--r--apps/status.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/apps/status.c b/apps/status.c
index 468ca19..4ca85c7 100644
--- a/apps/status.c
+++ b/apps/status.c
@@ -50,7 +50,7 @@
#include "pcm_record.h"
#endif
-enum playmode ff_mode;
+static enum playmode ff_mode;
void status_init(void)
{
diff --git a/apps/status.h b/apps/status.h
index f42352b..ac405dd 100644
--- a/apps/status.h
+++ b/apps/status.h
@@ -19,8 +19,6 @@
#ifndef _STATUS_H
#define _STATUS_H
-extern enum playmode ff_mode;
-
#if defined(HAVE_LCD_CHARCELLS)
extern bool record;
extern bool audio;