diff options
Diffstat (limited to 'firmware/target/arm/iriver/h10/usb-h10.c')
-rw-r--r-- | firmware/target/arm/iriver/h10/usb-h10.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/target/arm/iriver/h10/usb-h10.c b/firmware/target/arm/iriver/h10/usb-h10.c index dccdea81aa..c6d275a9be 100644 --- a/firmware/target/arm/iriver/h10/usb-h10.c +++ b/firmware/target/arm/iriver/h10/usb-h10.c @@ -92,10 +92,10 @@ bool usb_detect(void) void usb_enable(bool on) { - (void)on; + (void)on; #if 0 - /* For the ipod, we can only do one thing with USB mode - reboot - into Apple's flash-based disk-mode. This does not return. */ + /* For the ipod, we can only do one thing with USB mode - reboot + into Apple's flash-based disk-mode. This does not return. */ if (on) { /* The following code is copied from ipodlinux */ |