diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/usb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h index ae6d59b497..4af5617b3e 100644 --- a/firmware/export/usb.h +++ b/firmware/export/usb.h | |||
@@ -151,4 +151,8 @@ void usb_set_hid(bool enable); | |||
151 | void usb_set_skip_first_drive(bool skip); | 151 | void usb_set_skip_first_drive(bool skip); |
152 | #endif | 152 | #endif |
153 | 153 | ||
154 | #if !defined(SIMULATOR) && !defined(USB_NONE) | ||
155 | void usb_init_device(void); | ||
156 | #endif | ||
157 | |||
154 | #endif | 158 | #endif |