summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usb.c b/firmware/usb.c
index 07683ce7b1..ea07a8447d 100644
--- a/firmware/usb.c
+++ b/firmware/usb.c
@@ -143,7 +143,7 @@ static inline void usb_slave_mode(bool on)
143 143
144 cancel_cpu_boost(); 144 cancel_cpu_boost();
145 } 145 }
146#else /* !USB_ROCKBOX_USB */ 146#else /* !USE_ROCKBOX_USB */
147 if (on) 147 if (on)
148 { 148 {
149 /* until we have native mass-storage mode, we want to reboot on 149 /* until we have native mass-storage mode, we want to reboot on