aboutsummaryrefslogtreecommitdiffstats
path: root/fw/eeprom.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-09-06 13:24:11 -0400
committerSam Anthony <sam@samanthony.xyz>2025-09-06 13:24:11 -0400
commit366330d3943ec4e066197a8d034d90caf8422a1d (patch)
treeeef4e0cc7882f77be931b81c8b5bb4c91dbcc0aa /fw/eeprom.h
parentdf3ed451bf11d40e6369b0333fef92c536c57b4d (diff)
downloadcan-gauge-interface-366330d3943ec4e066197a8d034d90caf8422a1d.zip
fw: handle "w" write eeprom command
Diffstat (limited to 'fw/eeprom.h')
-rw-r--r--fw/eeprom.h2
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"
*/