From 9382e55415ee75ef2c09a93510d0e1fbc4f8c8cb Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 26 Jul 2007 22:42:31 +0000 Subject: Preparations for iPod G1 and G2. Does not even compile properly yet. * Sorted target cases in configure by menu number. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14016 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/debug_menu.c') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 3755ba8..4e35404 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -980,7 +980,8 @@ static bool dbg_spdif(void) #elif CONFIG_KEYPAD == ONDIO_PAD # define DEBUG_CANCEL BUTTON_MENU -#elif (CONFIG_KEYPAD == IPOD_3G_PAD) || \ +#elif (CONFIG_KEYPAD == IPOD_1G2G_PAD) || \ + (CONFIG_KEYPAD == IPOD_3G_PAD) || \ (CONFIG_KEYPAD == IPOD_4G_PAD) # define DEBUG_CANCEL BUTTON_MENU -- cgit v1.1