aboutsummaryrefslogtreecommitdiffstats
path: root/fw/system.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-09-04 19:05:46 -0400
committerSam Anthony <sam@samanthony.xyz>2025-09-04 19:05:46 -0400
commitba6fb7522c7333b3a9081a823f2b93a425b36022 (patch)
treeaaafafbae3d731f588b328f3be8bc1cfaa622a01 /fw/system.h
parent22b2225c186de8322a2918afc59b95f4120ee641 (diff)
downloadcan-gauge-interface-ba6fb7522c7333b3a9081a823f2b93a425b36022.zip
fw: usb
Diffstat (limited to 'fw/system.h')
-rw-r--r--fw/system.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fw/system.h b/fw/system.h
new file mode 100644
index 0000000..cfb2cfb
--- /dev/null
+++ b/fw/system.h
@@ -0,0 +1,6 @@
+#ifndef SYSTEM_H
+#define SYSTEM_H
+
+#include "fixed_address_memory.h"
+
+#endif // SYSTEM_H