|
|
@ -47,6 +47,8 @@
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(FLASH_EEPROM_EMULATION)
|
|
|
|
#if ENABLED(FLASH_EEPROM_EMULATION)
|
|
|
|
|
|
|
|
// Decrease delays and flash wear by spreading writes across the
|
|
|
|
|
|
|
|
// 128 kB sector allocated for EEPROM emulation.
|
|
|
|
#define FLASH_EEPROM_LEVELING
|
|
|
|
#define FLASH_EEPROM_LEVELING
|
|
|
|
#elif ENABLED(I2C_EEPROM)
|
|
|
|
#elif ENABLED(I2C_EEPROM)
|
|
|
|
#undef E2END // Defined in Arduino Core STM32 to be used with EEPROM emulation. This board uses a real EEPROM.
|
|
|
|
#undef E2END // Defined in Arduino Core STM32 to be used with EEPROM emulation. This board uses a real EEPROM.
|
|
|
|