From 56a7fa0b2cb462689b1b6053181051010672ae5c Mon Sep 17 00:00:00 2001 From: Howard Dutton Date: Fri, 21 Jan 2022 19:18:01 -0500 Subject: [PATCH] Fixed refactoring --- src/HAL/ESP32/ESP32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HAL/ESP32/ESP32.h b/src/HAL/ESP32/ESP32.h index 704c71725..445fa3ab7 100644 --- a/src/HAL/ESP32/ESP32.h +++ b/src/HAL/ESP32/ESP32.h @@ -113,7 +113,7 @@ void timerAlarmsDisable() { timerAlarmDisable(itimer1); timerAlarmDisable(itimer // Non-volatile storage ------------------------------------------------------------------------------ #if defined(NV_AT24C32) - #include "../drivers/NV_I2C_EEPROM_AT24C32_C.h" + #include "../drivers/NV_I2C_EEPROM_24XX_C.h" #elif defined(NV_MB85RC256V) #include "../drivers/NV_I2C_FRAM_MB85RC256V.h" #else