summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/usb-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/usb-target.h')
-rw-r--r--firmware/target/arm/as3525/usb-target.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/target/arm/as3525/usb-target.h b/firmware/target/arm/as3525/usb-target.h
index 4c54dc182d..6df6d7c1d5 100644
--- a/firmware/target/arm/as3525/usb-target.h
+++ b/firmware/target/arm/as3525/usb-target.h
@@ -23,9 +23,7 @@
23 23
24void usb_init_device(void); 24void usb_init_device(void);
25int usb_detect(void); 25int usb_detect(void);
26#if CONFIG_CPU == AS3525
27void usb_insert_int(void); 26void usb_insert_int(void);
28void usb_remove_int(void); 27void usb_remove_int(void);
29#endif /* CONFIG_CPU == AS3525 */
30 28
31#endif /* USB_TARGET_H */ 29#endif /* USB_TARGET_H */