summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
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