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 0219d0fb0d..346d4206c2 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -90,6 +90,9 @@ static bool abort;
90#elif CONFIG_KEYPAD == CREATIVEZVM_PAD 90#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
91#define STATS_STOP BUTTON_BACK 91#define STATS_STOP BUTTON_BACK
92 92
93#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
94#define STATS_STOP BUTTON_POWER
95
93#else 96#else
94#error No keymap defined! 97#error No keymap defined!
95#endif 98#endif