summaryrefslogtreecommitdiff
path: root/apps/plugins/stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/stats.c')
-rw-r--r--apps/plugins/stats.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c
index fbc00d3902..388a617b14 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -107,6 +107,9 @@ static bool cancel;
107#elif CONFIG_KEYPAD == MPIO_HD200_PAD 107#elif CONFIG_KEYPAD == MPIO_HD200_PAD
108#define STATS_STOP BUTTON_REC 108#define STATS_STOP BUTTON_REC
109 109
110#elif CONFIG_KEYPAD == MPIO_HD300_PAD
111#define STATS_STOP BUTTON_REC
112
110#else 113#else
111#error No keymap defined! 114#error No keymap defined!
112#endif 115#endif