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 ca9499befb..9dfd3ec96c 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -81,6 +81,9 @@ static bool abort;
81#elif CONFIG_KEYPAD == IAUDIO67_PAD 81#elif CONFIG_KEYPAD == IAUDIO67_PAD
82#define STATS_STOP BUTTON_POWER 82#define STATS_STOP BUTTON_POWER
83 83
84#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
85#define STATS_STOP BUTTON_BACK
86
84#else 87#else
85#error No keymap defined! 88#error No keymap defined!
86#endif 89#endif