diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2007-07-26 22:42:31 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2007-07-26 22:42:31 +0000 |
| commit | 9382e55415ee75ef2c09a93510d0e1fbc4f8c8cb (patch) | |
| tree | ab6804f4b51ff843616031a1cc24c6f01694217d /apps/debug_menu.c | |
| parent | 3deb27053a7772e06ac40bbabe230fabcef882f0 (diff) | |
| download | rockbox-9382e55415ee75ef2c09a93510d0e1fbc4f8c8cb.zip rockbox-9382e55415ee75ef2c09a93510d0e1fbc4f8c8cb.tar.gz rockbox-9382e55415ee75ef2c09a93510d0e1fbc4f8c8cb.tar.bz2 rockbox-9382e55415ee75ef2c09a93510d0e1fbc4f8c8cb.tar.xz | |
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
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 |