summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-02-17 21:54:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-02-17 21:54:17 +0000
commit20a5926d2e0fe2cf7c5508f490ae04d61bfd07a4 (patch)
tree2dabff846860b975f6cb2d3e49567c72b0383be2 /firmware
parent5d45ec90e0614a96367e73d96fed8f47b112eced (diff)
downloadrockbox-20a5926d2e0fe2cf7c5508f490ae04d61bfd07a4.tar.gz
rockbox-20a5926d2e0fe2cf7c5508f490ae04d61bfd07a4.zip
build with -Wundef to make sure we have spelled the defines right in #if lines
and have the proper includes included etc git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12360 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/usb-pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/usb-pp.c b/firmware/target/arm/usb-pp.c
index d69c6e6c9c..b497e86804 100644
--- a/firmware/target/arm/usb-pp.c
+++ b/firmware/target/arm/usb-pp.c
@@ -96,7 +96,7 @@ void usb_enable(bool on)
96 handling, which should be the same for all PortalPlayer targets. */ 96 handling, which should be the same for all PortalPlayer targets. */
97 if (on) 97 if (on)
98 { 98 {
99#if IPOD_ARCH || defined(IRIVER_H10) || defined (IRIVER_H10_5GB) 99#if defined(IPOD_ARCH) || defined(IRIVER_H10) || defined (IRIVER_H10_5GB)
100 /* For the H10 and iPod, we can only do one thing with USB mode - reboot 100 /* For the H10 and iPod, we can only do one thing with USB mode - reboot
101 into the flash-based disk-mode. This does not return. */ 101 into the flash-based disk-mode. This does not return. */
102 102