summaryrefslogtreecommitdiff
path: root/apps/plugins/battery_bench.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-09-06 17:50:59 +0000
committerDave Chapman <dave@dchapman.com>2008-09-06 17:50:59 +0000
commitd462a64a918117991e11dade2d7fa3a28196e07a (patch)
tree0a6f5ed8777b18bb1641fbb3608f10374901706c /apps/plugins/battery_bench.c
parentb87715f670f04c9adbe358c32a385c6771d99a81 (diff)
downloadrockbox-d462a64a918117991e11dade2d7fa3a28196e07a.tar.gz
rockbox-d462a64a918117991e11dade2d7fa3a28196e07a.zip
Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at quite an advanced stage, but is troubled by the lack of a reliable NAND driver (similar to the Cowon D2 port) and is not yet suitable for non-developers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18435 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/battery_bench.c')
-rw-r--r--apps/plugins/battery_bench.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/battery_bench.c b/apps/plugins/battery_bench.c
index 4361bbc491..44e7ad7bec 100644
--- a/apps/plugins/battery_bench.c
+++ b/apps/plugins/battery_bench.c
@@ -150,6 +150,12 @@ PLUGIN_HEADER
150#define BATTERY_OFF BUTTON_POWER 150#define BATTERY_OFF BUTTON_POWER
151#define BATTERY_OFF_TXT "POWER - quit" 151#define BATTERY_OFF_TXT "POWER - quit"
152 152
153#elif CONFIG_KEYPAD == IAUDIO67_PAD
154
155#define BATTERY_OFF BUTTON_POWER
156#define BATTERY_OFF_TXT "POWER - quit"
157#define BATTERY_ON BUTTON_PLAY
158#define BATTERY_ON_TXT "PLAY - start"
153#else 159#else
154#error No keymap defined! 160#error No keymap defined!
155#endif 161#endif