summaryrefslogtreecommitdiff
path: root/firmware/usbstack/usb_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usbstack/usb_storage.h')
-rw-r--r--firmware/usbstack/usb_storage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/usbstack/usb_storage.h b/firmware/usbstack/usb_storage.h
index 8344419770..c76cb898bb 100644
--- a/firmware/usbstack/usb_storage.h
+++ b/firmware/usbstack/usb_storage.h
@@ -35,7 +35,5 @@ bool usb_storage_control_request(struct usb_ctrlrequest* req);
35void usb_storage_notify_hotswap(int volume,bool inserted); 35void usb_storage_notify_hotswap(int volume,bool inserted);
36#endif 36#endif
37 37
38void usb_storage_reconnect(void);
39
40#endif 38#endif
41 39