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 e72b4bc2f5..a65fde4704 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -73,6 +73,9 @@ static bool abort;
73#define STATS_STOP BUTTON_REC 73#define STATS_STOP BUTTON_REC
74#define STATS_STOP_REMOTE BUTTON_RC_REC 74#define STATS_STOP_REMOTE BUTTON_RC_REC
75 75
76#elif CONFIG_KEYPAD == COWOND2_PAD
77#define STATS_STOP BUTTON_POWER
78
76#else 79#else
77#error No keymap defined! 80#error No keymap defined!
78#endif 81#endif