From 9bc3a97b269b2dcbb2656bcb74d4cbca637d19c4 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 10 Nov 2025 18:20:28 -0500 Subject: use short register names --- 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 8d3d391..841b659 100644 --- a/fw/eeprom.h +++ b/fw/eeprom.h @@ -12,8 +12,8 @@ */ // Pin mapping -#define EEPROM_CS_TRIS TRISCbits.TRISC5 -#define EEPROM_CS LATCbits.LATC5 +#define EEPROM_CS_TRIS TRISC5 +#define EEPROM_CS RC5 typedef U16 EepromAddr; -- cgit v1.2.3