summaryrefslogtreecommitdiff
path: root/firmware/target/sh/usb-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/sh/usb-target.h')
-rw-r--r--firmware/target/sh/usb-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/sh/usb-target.h b/firmware/target/sh/usb-target.h
index 9871fdc983..d460ed11a7 100644
--- a/firmware/target/sh/usb-target.h
+++ b/firmware/target/sh/usb-target.h
@@ -21,6 +21,6 @@
21#ifndef USB_TARGET_H 21#ifndef USB_TARGET_H
22#define USB_TARGET_H 22#define USB_TARGET_H
23 23
24bool usb_init_device(void); 24void usb_init_device(void);
25 25
26#endif 26#endif