aboutsummaryrefslogtreecommitdiffstats
path: root/fw/table.c
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-10-25 11:54:42 -0400
committerSam Anthony <sam@samanthony.xyz>2025-10-25 11:54:42 -0400
commitd7e085b5868dc3386eaf96813feaa0f02ee3727f (patch)
tree7dffd423bfa801e952ae6babe4510108bf558ad7 /fw/table.c
parent5bcd2f2926f2cd0da3f77755d7109faad28751ff (diff)
downloadcan-gauge-interface-d7e085b5868dc3386eaf96813feaa0f02ee3727f.zip
read/write CAN ID in EEPROM
Diffstat (limited to 'fw/table.c')
-rw-r--r--fw/table.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fw/table.c b/fw/table.c
index a509082..fd16353 100644
--- a/fw/table.c
+++ b/fw/table.c
@@ -1,8 +1,10 @@
#include <xc.h>
+#include <stdbool.h>
#include <stdint.h>
#include "types.h"
+#include "can.h"
#include "eeprom.h"
#include "table.h"