mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 14:12:52 +00:00
parent
437cc48470
commit
7e25ef9456
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ bool PersistentStore::access_finish() {
|
|||
|
||||
return success;
|
||||
|
||||
#else !FLASH_EEPROM_LEVELING
|
||||
#else // !FLASH_EEPROM_LEVELING
|
||||
|
||||
// The following was written for the STM32F4 but may work with other MCUs as well.
|
||||
// Most STM32F4 flash does not allow reading from flash during erase operations.
|
||||
|
|
Loading…
Reference in a new issue