Skip to content

Commit

Permalink
✏️ Fix a label (MarlinFirmware#24903)
Browse files Browse the repository at this point in the history
Followup to e298266
  • Loading branch information
thisiskeithb authored Oct 20, 2022
1 parent 437cc48 commit 7e25ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/HAL/STM32/eeprom_flash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7e25ef9

Please sign in to comment.