diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-11-01 18:05:31 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-11-01 18:05:31 -0400 |
| commit | ad0456a48388acf9eff97cf4912e0911189b480e (patch) | |
| tree | 47346b621b8dd5f4b711be1c8de54e955a0ddb4c /fw/eeprom.h | |
| parent | ab4450a942b551f4c999ae67fd52aa662a1a44f4 (diff) | |
| download | can-gauge-interface-ad0456a48388acf9eff97cf4912e0911189b480e.zip | |
remove xc.h from modules that don't need it
Diffstat (limited to 'fw/eeprom.h')
| -rw-r--r-- | fw/eeprom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fw/eeprom.h b/fw/eeprom.h index 96d8482..8d3d391 100644 --- a/fw/eeprom.h +++ b/fw/eeprom.h @@ -5,6 +5,7 @@ * * Usage: * + * #include <xc.h> * #include <stdint.h> * #include "types.h" * #include "eeprom.h" |