summaryrefslogtreecommitdiff
path: root/apps/plugins/battery_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/battery_test.c')
-rw-r--r--apps/plugins/battery_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/battery_test.c b/apps/plugins/battery_test.c
index c076ad74e8..31a2ac582c 100644
--- a/apps/plugins/battery_test.c
+++ b/apps/plugins/battery_test.c
@@ -45,6 +45,8 @@ PLUGIN_HEADER
45#define BATTERY_TEST_QUIT BUTTON_PLAY 45#define BATTERY_TEST_QUIT BUTTON_PLAY
46#elif (CONFIG_KEYPAD == IPOD_4G_PAD) 46#elif (CONFIG_KEYPAD == IPOD_4G_PAD)
47#define BATTERY_TEST_QUIT BUTTON_MENU 47#define BATTERY_TEST_QUIT BUTTON_MENU
48#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD)
49#define BATTERY_TEST_QUIT BUTTON_POWER
48#endif 50#endif
49 51
50static struct plugin_api* rb; 52static struct plugin_api* rb;