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 ae297841f6..eaa1055a73 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -105,6 +105,9 @@ static bool abort;
105#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 105#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
106#define STATS_STOP BUTTON_REC 106#define STATS_STOP BUTTON_REC
107 107
108#elif CONFIG_KEYPAD == MPIO_HD200_PAD
109#define STATS_STOP BUTTON_REC
110
108#else 111#else
109#error No keymap defined! 112#error No keymap defined!
110#endif 113#endif