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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c
index 03dc9fa038..32d15cc1d3 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -60,6 +60,8 @@ static bool abort;
60#elif CONFIG_KEYPAD == IRIVER_H10_PAD 60#elif CONFIG_KEYPAD == IRIVER_H10_PAD
61#define STATS_STOP BUTTON_POWER 61#define STATS_STOP BUTTON_POWER
62 62
63#elif CONFIG_KEYPAD == MROBE500_PAD
64#define STATS_STOP BUTTON_POWER
63#endif 65#endif
64 66
65/* TODO: Better get the exts from the filetypes var in tree.c */ 67/* TODO: Better get the exts from the filetypes var in tree.c */