aboutsummaryrefslogtreecommitdiffstats
path: root/fw/usb.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-10-02 14:45:56 -0400
committerSam Anthony <sam@samanthony.xyz>2025-10-02 14:45:56 -0400
commit99be520563834d51eb3ddd32b757a3dcd2486632 (patch)
tree7c31bcc262950d431a1676b62624b6ac82f30df3 /fw/usb.h
parentc91e3d96c90cd1c9b3b6155bc5e37954011cf0af (diff)
downloadcan-gauge-interface-99be520563834d51eb3ddd32b757a3dcd2486632.zip
spi systest
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);