diff options
Diffstat (limited to 'firmware/target/arm/iriver')
-rw-r--r-- | firmware/target/arm/iriver/usb-target.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/arm/iriver/usb-target.h b/firmware/target/arm/iriver/usb-target.h index 034b012bdd..a0905ebe51 100644 --- a/firmware/target/arm/iriver/usb-target.h +++ b/firmware/target/arm/iriver/usb-target.h | |||
@@ -28,7 +28,6 @@ | |||
28 | #define USB_DRIVER_CLOSE | 28 | #define USB_DRIVER_CLOSE |
29 | #endif | 29 | #endif |
30 | 30 | ||
31 | bool usb_init_device(void); | ||
32 | void usb_pin_init(void); /* Init the GPIO input only */ | 31 | void usb_pin_init(void); /* Init the GPIO input only */ |
33 | bool usb_plugged(void); /* Returns instantaneous state - always */ | 32 | bool usb_plugged(void); /* Returns instantaneous state - always */ |
34 | 33 | ||