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