0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 15:39:31 +00:00

Fix EEPROM crc (#8284)

This commit is contained in:
Rowan Meara 2017-11-06 17:19:30 -08:00 committed by Roxy-3D
parent cc4d28b73c
commit 172c36f517

View file

@ -1059,7 +1059,7 @@ void MarlinSettings::postprocess() {
stepperE4.setCurrent(val, R_SENSE, HOLD_MULTIPLIER);
#endif
#else
for (uint8_t q = 11; q--;) EEPROM_READ(val);
for (uint8_t q = 0; q < 11; q++) EEPROM_READ(val);
#endif
//