summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/mpegplayer/mpeg_settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_settings.c b/apps/plugins/mpegplayer/mpeg_settings.c
index fc9bcb6ec4..dadfccf291 100644
--- a/apps/plugins/mpegplayer/mpeg_settings.c
+++ b/apps/plugins/mpegplayer/mpeg_settings.c
@@ -304,6 +304,7 @@ struct mpeg_settings settings;
304#define MPEG_START_TIME_RIGHT BUTTON_RIGHT 304#define MPEG_START_TIME_RIGHT BUTTON_RIGHT
305#define MPEG_START_TIME_UP BUTTON_UP 305#define MPEG_START_TIME_UP BUTTON_UP
306#define MPEG_START_TIME_DOWN BUTTON_DOWN 306#define MPEG_START_TIME_DOWN BUTTON_DOWN
307#define MPEG_START_TIME_EXIT BUTTON_POWER
307 308
308#else 309#else
309#error No keymap defined! 310#error No keymap defined!