From d7e085b5868dc3386eaf96813feaa0f02ee3727f Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 25 Oct 2025 11:54:42 -0400 Subject: read/write CAN ID in EEPROM --- fw/tests/system/eeprom_can_systest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fw/tests/system/eeprom_can_systest.c') 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, -- cgit v1.2.3