From e7baf2e96f1cec2071cb2e1e6a4735c36611bc26 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 2 Oct 2025 17:13:22 -0400 Subject: dac fw module --- fw/eeprom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fw/eeprom.h') 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); -- cgit v1.2.3