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 718b3ec928..12c11a9190 100644
--- a/apps/plugins/stats.c
+++ b/apps/plugins/stats.c
@@ -36,6 +36,8 @@ static int fontwidth, fontheight;
36#define STATS_STOP BUTTON_PLAY 36#define STATS_STOP BUTTON_PLAY
37#elif CONFIG_KEYPAD == IAUDIO_X5_PAD 37#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
38#define STATS_STOP BUTTON_POWER 38#define STATS_STOP BUTTON_POWER
39#elif CONFIG_KEYPAD == GIGABEAT_PAD
40#define STATS_STOP BUTTON_A
39#else 41#else
40#define STATS_STOP BUTTON_OFF 42#define STATS_STOP BUTTON_OFF
41#endif 43#endif