aboutsummaryrefslogtreecommitdiffstats
path: root/fw/eeprom.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-10-02 17:13:22 -0400
committerSam Anthony <sam@samanthony.xyz>2025-10-02 17:13:22 -0400
commite7baf2e96f1cec2071cb2e1e6a4735c36611bc26 (patch)
tree98cc783b42aed7090680a158b00d5549233d3528 /fw/eeprom.h
parent99be520563834d51eb3ddd32b757a3dcd2486632 (diff)
downloadcan-gauge-interface-e7baf2e96f1cec2071cb2e1e6a4735c36611bc26.zip
dac fw module
Diffstat (limited to 'fw/eeprom.h')
-rw-r--r--fw/eeprom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fw/eeprom.h b/fw/eeprom.h
index 16d9d72..9b8652e 100644
--- a/fw/eeprom.h
+++ b/fw/eeprom.h
@@ -11,8 +11,8 @@
*/
// Pin mapping
-#define EEPROM_CS_TRIS TRISAbits.TRISA5
-#define EEPROM_CS LATAbits.LATA5
+#define EEPROM_CS_TRIS TRISCbits.TRISC5
+#define EEPROM_CS LATCbits.LATC5
void eepromInit(void);
void eepromWriteEnable(void);