summaryrefslogtreecommitdiff
path: root/bootloader/ipod.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/ipod.c')
-rw-r--r--bootloader/ipod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/ipod.c b/bootloader/ipod.c
index 793253a0ca..c74e162536 100644
--- a/bootloader/ipod.c
+++ b/bootloader/ipod.c
@@ -193,7 +193,7 @@ static int key_pressed(void)
193 unsigned char state; 193 unsigned char state;
194 194
195#if CONFIG_KEYPAD == IPOD_4G_PAD 195#if CONFIG_KEYPAD == IPOD_4G_PAD
196#if defined(APPLE_IPODMINI) 196#ifdef IPOD_MINI /* mini 1G only */
197 state = GPIOA_INPUT_VAL & 0x3f; 197 state = GPIOA_INPUT_VAL & 0x3f;
198#else 198#else
199 state = opto_keypad_read(); 199 state = opto_keypad_read();