summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5392910a15..1bfd10788a 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -110,6 +110,9 @@ static bool cancel;
110#elif CONFIG_KEYPAD == MPIO_HD300_PAD 110#elif CONFIG_KEYPAD == MPIO_HD300_PAD
111#define STATS_STOP BUTTON_REC 111#define STATS_STOP BUTTON_REC
112 112
113#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
114#define STATS_STOP BUTTON_BACK
115
113#else 116#else
114#error No keymap defined! 117#error No keymap defined!
115#endif 118#endif