From 7f88088739109de9efffe696b1c0abe20feb47c9 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 2 Apr 2006 00:20:11 +0000 Subject: iPod mini 2G: Working button check in bootloader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9416 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/ipod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) unsigned char state; #if CONFIG_KEYPAD == IPOD_4G_PAD -#if defined(APPLE_IPODMINI) +#ifdef IPOD_MINI /* mini 1G only */ state = GPIOA_INPUT_VAL & 0x3f; #else state = opto_keypad_read(); -- cgit v1.2.3