diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-10-23 15:40:51 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-10-23 15:40:51 +0000 |
| commit | 56ddddc274cf3fbefba2f7f634ca4bcb48778883 (patch) | |
| tree | 1703b0f80588bddcd096bdc1384b8bc838e7246b /apps/plugins/battery_bench.c | |
| parent | a3117328e943c23cf542059386e2ce53a0e796fe (diff) | |
| download | rockbox-56ddddc274cf3fbefba2f7f634ca4bcb48778883.zip rockbox-56ddddc274cf3fbefba2f7f634ca4bcb48778883.tar.gz rockbox-56ddddc274cf3fbefba2f7f634ca4bcb48778883.tar.bz2 rockbox-56ddddc274cf3fbefba2f7f634ca4bcb48778883.tar.xz | |
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
Diffstat (limited to 'apps/plugins/battery_bench.c')
| -rw-r--r-- | apps/plugins/battery_bench.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/battery_bench.c b/apps/plugins/battery_bench.c index f03a4e2..2b99595 100644 --- a/apps/plugins/battery_bench.c +++ b/apps/plugins/battery_bench.c @@ -114,6 +114,13 @@ PLUGIN_HEADER #define BATTERY_ON_TXT "SELECT - start" #define BATTERY_OFF_TXT "POWER - quit" +#elif CONFIG_KEYPAD == MROBE500_PAD + +#define BATTERY_ON BUTTON_RC_PLAY +#define BATTERY_OFF BUTTON_POWER +#define BATTERY_ON_TXT "PLAY - start" +#define BATTERY_OFF_TXT "POWER - quit" + #endif |