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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/usb-target.h b/firmware/target/arm/as3525/usb-target.h
index 6df6d7c1d5..3643cf84b6 100644
--- a/firmware/target/arm/as3525/usb-target.h
+++ b/firmware/target/arm/as3525/usb-target.h
@@ -21,7 +21,8 @@
21#ifndef USB_TARGET_H 21#ifndef USB_TARGET_H
22#define USB_TARGET_H 22#define USB_TARGET_H
23 23
24void usb_init_device(void); 24static inline void usb_init_device(void) { }
25
25int usb_detect(void); 26int usb_detect(void);
26void usb_insert_int(void); 27void usb_insert_int(void);
27void usb_remove_int(void); 28void usb_remove_int(void);