summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Ankers <dan@weirdo.org.uk>2006-11-25 15:57:07 +0000
committerDaniel Ankers <dan@weirdo.org.uk>2006-11-25 15:57:07 +0000
commit844d22f277627e4c32aad51701648bd9a9d05a14 (patch)
tree6457093268098ee2244224235d70a54683dcd1f6 /apps
parentd3069d00c0bacf9f38fdeb2cb8b265463ac1f0ca (diff)
downloadrockbox-844d22f277627e4c32aad51701648bd9a9d05a14.tar.gz
rockbox-844d22f277627e4c32aad51701648bd9a9d05a14.zip
Allow GPIO debug screen on Sansa. Also remove a warning from the NAND driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11593 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index d127aefbfb..b786199c76 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1079,7 +1079,7 @@ bool dbg_ports(void)
1079 return false; 1079 return false;
1080 } 1080 }
1081 1081
1082#elif CONFIG_CPU == PP5020 1082#elif CONFIG_CPU == PP5020 || CONFIG_CPU == PP5024
1083 1083
1084 unsigned int gpio_a, gpio_b, gpio_c, gpio_d; 1084 unsigned int gpio_a, gpio_b, gpio_c, gpio_d;
1085 unsigned int gpio_e, gpio_f, gpio_g, gpio_h; 1085 unsigned int gpio_e, gpio_f, gpio_g, gpio_h;