aboutsummaryrefslogtreecommitdiffstats
path: root/fw/usb.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-10-23 16:01:22 -0400
committerSam Anthony <sam@samanthony.xyz>2025-10-23 16:01:22 -0400
commit04fbfdb4fd6bf4118b88867d852e3b29d139c800 (patch)
tree504a392a7e68b0d3aeedfddc8518ab4ae4bb33fd /fw/usb.h
parent24bce89e4663baaa28332887d5b531fa03ebb252 (diff)
downloadcan-gauge-interface-04fbfdb4fd6bf4118b88867d852e3b29d139c800.zip
fw: remove usb
Diffstat (limited to 'fw/usb.h')
-rw-r--r--fw/usb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fw/usb.h b/fw/usb.h
deleted file mode 100644
index 14b9bf7..0000000
--- a/fw/usb.h
+++ /dev/null
@@ -1,3 +0,0 @@
-void usbInit(void);
-void usbTask(void);
-void usbPrint(char *s);