mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-10 08:32:54 +00:00
parent
115350317c
commit
17a1363f4d
1 changed files with 1 additions and 1 deletions
|
@ -1823,7 +1823,7 @@ void MarlinSettings::postprocess() {
|
||||||
EEPROM_Error eeprom_error = ERR_EEPROM_NOERR;
|
EEPROM_Error eeprom_error = ERR_EEPROM_NOERR;
|
||||||
|
|
||||||
const EEPROM_Error check = check_version();
|
const EEPROM_Error check = check_version();
|
||||||
if (check == ERR_EEPROM_VERSION) return eeprom_error;
|
if (check == ERR_EEPROM_NOPROM) return eeprom_error;
|
||||||
|
|
||||||
uint16_t stored_crc;
|
uint16_t stored_crc;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue