Tweak an EEPROM loop

master
Scott Lahteine 7 years ago committed by GitHub
parent 8e8787ad63
commit 298863c2d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save