✏️ 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

View File

@@ -221,7 +221,7 @@ bool PersistentStore::access_finish() {
return success; 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. // 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. // Most STM32F4 flash does not allow reading from flash during erase operations.