summaryrefslogtreecommitdiffstats
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 @@
#ifndef USB_TARGET_H
#define USB_TARGET_H
-void usb_init_device(void);
+static inline void usb_init_device(void) { }
+
int usb_detect(void);
void usb_insert_int(void);
void usb_remove_int(void);