diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-09-06 13:24:11 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-09-06 13:24:11 -0400 |
| commit | 366330d3943ec4e066197a8d034d90caf8422a1d (patch) | |
| tree | eef4e0cc7882f77be931b81c8b5bb4c91dbcc0aa /fw/eeprom.h | |
| parent | df3ed451bf11d40e6369b0333fef92c536c57b4d (diff) | |
| download | can-gauge-interface-366330d3943ec4e066197a8d034d90caf8422a1d.zip | |
fw: handle "w" write eeprom command
Diffstat (limited to 'fw/eeprom.h')
| -rw-r--r-- | fw/eeprom.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fw/eeprom.h b/fw/eeprom.h index 07438a0..16d9d72 100644 --- a/fw/eeprom.h +++ b/fw/eeprom.h @@ -5,10 +5,8 @@ * * Usage: * - * #include <xc.h> * #include <stdint.h> * #include "types.h" - * #include "spi.h" * #include "eeprom.h" */ |