From 56ddddc274cf3fbefba2f7f634ca4bcb48778883 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 23 Oct 2007 15:40:51 +0000 Subject: make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15282 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/stats.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/stats.c') diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c index 03dc9fa..32d15cc 100644 --- a/apps/plugins/stats.c +++ b/apps/plugins/stats.c @@ -60,6 +60,8 @@ static bool abort; #elif CONFIG_KEYPAD == IRIVER_H10_PAD #define STATS_STOP BUTTON_POWER +#elif CONFIG_KEYPAD == MROBE500_PAD +#define STATS_STOP BUTTON_POWER #endif /* TODO: Better get the exts from the filetypes var in tree.c */ -- cgit v1.1