diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-10-25 11:54:42 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-10-25 11:54:42 -0400 |
| commit | d7e085b5868dc3386eaf96813feaa0f02ee3727f (patch) | |
| tree | 7dffd423bfa801e952ae6babe4510108bf558ad7 /fw/tests/system/eeprom_can_systest.c | |
| parent | 5bcd2f2926f2cd0da3f77755d7109faad28751ff (diff) | |
| download | can-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.c | 2 |
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, |