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, 2 insertions, 1 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c
index 8b02152a1b..b6a824e208 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -32,7 +32,8 @@ static int fontwidth, fontheight;
32#define STATS_STOP BUTTON_STOP 32#define STATS_STOP BUTTON_STOP
33 33
34#elif (CONFIG_KEYPAD == RECORDER_PAD) \ 34#elif (CONFIG_KEYPAD == RECORDER_PAD) \
35 || (CONFIG_KEYPAD == ONDIO_PAD) 35 || (CONFIG_KEYPAD == ONDIO_PAD) \
36 || (CONFIG_KEYPAD == ARCHOS_AV300_PAD)
36#define STATS_STOP BUTTON_OFF 37#define STATS_STOP BUTTON_OFF
37 38
38#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) \ 39#elif (CONFIG_KEYPAD == IRIVER_H100_PAD) \