summaryrefslogtreecommitdiff
path: root/firmware/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usb.c')
-rw-r--r--firmware/usb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/usb.c b/firmware/usb.c
index 23e2e33737..98f224f781 100644
--- a/firmware/usb.c
+++ b/firmware/usb.c
@@ -394,7 +394,6 @@ bool usb_detect(void)
394 current_status = (P5 & 0x10)?true:false; 394 current_status = (P5 & 0x10)?true:false;
395#endif 395#endif
396#ifdef IRIVER_H300 396#ifdef IRIVER_H300
397 /* TODO: add proper code code for H300 USB style */
398 current_status = (GPIO1_READ & 0x80)?true:false; 397 current_status = (GPIO1_READ & 0x80)?true:false;
399#endif 398#endif
400#ifdef USB_IPODSTYLE 399#ifdef USB_IPODSTYLE