summaryrefslogtreecommitdiff
path: root/apps/plugins/logo.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/logo.c')
-rw-r--r--apps/plugins/logo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c
index 40f131861a..ba5451410b 100644
--- a/apps/plugins/logo.c
+++ b/apps/plugins/logo.c
@@ -181,7 +181,7 @@ const unsigned char rockbox16x7[] = {
181#define LP_INC_X BUTTON_RIGHT 181#define LP_INC_X BUTTON_RIGHT
182#define LP_DEC_Y (BUTTON_ON | BUTTON_LEFT) 182#define LP_DEC_Y (BUTTON_ON | BUTTON_LEFT)
183#define LP_INC_Y (BUTTON_ON | BUTTON_RIGHT) 183#define LP_INC_Y (BUTTON_ON | BUTTON_RIGHT)
184#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_NANO_PAD) 184#elif (CONFIG_KEYPAD == IPOD_4G_PAD)
185#define LP_QUIT BUTTON_MENU 185#define LP_QUIT BUTTON_MENU
186#define LP_DEC_X BUTTON_LEFT 186#define LP_DEC_X BUTTON_LEFT
187#define LP_INC_X BUTTON_RIGHT 187#define LP_INC_X BUTTON_RIGHT