1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-28 14:24:34 +00:00

✏️ Fix a label (#24903)

Followup to e298266eff
This commit is contained in:
Keith Bennett 2022-10-19 18:32:12 -07:00 committed by GitHub
parent 437cc48470
commit 7e25ef9456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.