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 21d7862541..d77f04408b 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -78,6 +78,9 @@ static bool abort;
78#elif CONFIG_KEYPAD == COWOND2_PAD 78#elif CONFIG_KEYPAD == COWOND2_PAD
79#define STATS_STOP BUTTON_POWER 79#define STATS_STOP BUTTON_POWER
80 80
81#elif CONFIG_KEYPAD == IAUDIO67_PAD
82#define STATS_STOP BUTTON_POWER
83
81#else 84#else
82#error No keymap defined! 85#error No keymap defined!
83#endif 86#endif