Skip to content

Commit

Permalink
Fixed refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
hjd1964 committed Jan 22, 2022
1 parent a8bb667 commit 56a7fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HAL/ESP32/ESP32.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56a7fa0

Please sign in to comment.