aboutsummaryrefslogtreecommitdiffstats
path: root/fw/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/usb.h')
-rw-r--r--fw/usb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fw/usb.h b/fw/usb.h
index 7ceae36..14b9bf7 100644
--- a/fw/usb.h
+++ b/fw/usb.h
@@ -1 +1,3 @@
+void usbInit(void);
void usbTask(void);
+void usbPrint(char *s);