aboutsummaryrefslogtreecommitdiffstats
path: root/fw/tests/system/eeprom_systest.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/tests/system/eeprom_systest.c
parent5bcd2f2926f2cd0da3f77755d7109faad28751ff (diff)
downloadcan-gauge-interface-d7e085b5868dc3386eaf96813feaa0f02ee3727f.zip
read/write CAN ID in EEPROM
Diffstat (limited to 'fw/tests/system/eeprom_systest.c')
-rw-r--r--fw/tests/system/eeprom_systest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fw/tests/system/eeprom_systest.c b/fw/tests/system/eeprom_systest.c
index 8285e5c..5261532 100644
--- a/fw/tests/system/eeprom_systest.c
+++ b/fw/tests/system/eeprom_systest.c
@@ -1,10 +1,12 @@
#include <xc.h>
+#include <stdbool.h>
#include <stdint.h>
#include "system.h"
#include "types.h"
#include "spi.h"
+#include "can.h"
#include "eeprom.h"
static const U16 addr = {0x00, 0x0A};