aboutsummaryrefslogtreecommitdiffstats
path: root/fw/tests/system/eeprom_can_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_can_systest.c
parent5bcd2f2926f2cd0da3f77755d7109faad28751ff (diff)
downloadcan-gauge-interface-d7e085b5868dc3386eaf96813feaa0f02ee3727f.zip
read/write CAN ID in EEPROM
Diffstat (limited to 'fw/tests/system/eeprom_can_systest.c')
-rw-r--r--fw/tests/system/eeprom_can_systest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/tests/system/eeprom_can_systest.c b/fw/tests/system/eeprom_can_systest.c
index 29c29e0..14e8f2d 100644
--- a/fw/tests/system/eeprom_can_systest.c
+++ b/fw/tests/system/eeprom_can_systest.c
@@ -14,8 +14,8 @@
#include "system.h"
#include "types.h"
#include "spi.h"
-#include "eeprom.h"
#include "can.h"
+#include "eeprom.h"
static const CanId id = {
.type = CAN_ID_STD,