aboutsummaryrefslogtreecommitdiffstats
path: root/fw/eeprom.c
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-10-02 14:45:56 -0400
committerSam Anthony <sam@samanthony.xyz>2025-10-02 14:45:56 -0400
commit99be520563834d51eb3ddd32b757a3dcd2486632 (patch)
tree7c31bcc262950d431a1676b62624b6ac82f30df3 /fw/eeprom.c
parentc91e3d96c90cd1c9b3b6155bc5e37954011cf0af (diff)
downloadcan-gauge-interface-99be520563834d51eb3ddd32b757a3dcd2486632.zip
spi systest
Diffstat (limited to 'fw/eeprom.c')
-rw-r--r--fw/eeprom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/eeprom.c b/fw/eeprom.c
index 686be40..567cdc1 100644
--- a/fw/eeprom.c
+++ b/fw/eeprom.c
@@ -3,7 +3,7 @@
#include <stdbool.h>
#include <stdint.h>
-#include "sys.h"
+#include "system.h"
#include "types.h"
#include "spi.h"