diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-02-04 08:36:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-02-04 08:36:36 +0000 |
commit | 881698476de41abb24d84543998ba9932cc6848b (patch) | |
tree | c9c1f304f5044a5c78b07067005e99dc6c269eeb /apps | |
parent | 9b682210e75fcced0a0829261317948102fbb85f (diff) |
iriver support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5776 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugins/battery_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/battery_test.c b/apps/plugins/battery_test.c index 3c903e57e4..73affddf8b 100644 --- a/apps/plugins/battery_test.c +++ b/apps/plugins/battery_test.c @@ -36,6 +36,8 @@ #define BATTERY_TEST_QUIT BUTTON_OFF #elif CONFIG_KEYPAD == PLAYER_PAD #define BATTERY_TEST_QUIT BUTTON_STOP +#elif CONFIG_KEYPAD == IRIVER_H100_PAD +#define BATTERY_TEST_QUIT BUTTON_OFF #endif static struct plugin_api* rb; |