diff options
Diffstat (limited to 'fw/eeprom.c')
| -rw-r--r-- | fw/eeprom.c | 2 |
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" |