🩺 Assert FAN_SOFT_PWM where required (#23383)

This commit is contained in:
Scott Lahteine
2021-12-29 04:17:41 -06:00
committed by GitHub
parent 755c10d303
commit 88a6e5b691
19 changed files with 50 additions and 34 deletions

View File

@@ -45,7 +45,9 @@
//
// EEPROM
//
#define FLASH_EEPROM_EMULATION
#if NO_EEPROM_SELECTED
#define FLASH_EEPROM_EMULATION
#endif
#if ENABLED(FLASH_EEPROM_EMULATION)
// SoC Flash (framework-arduinoststm32-maple/STM32F1/libraries/EEPROM/EEPROM.h)
#define EEPROM_START_ADDRESS (0x8000000UL + (512 * 1024) - 2 * EEPROM_PAGE_SIZE)