Tweak an EEPROM loop
This commit is contained in:
parent
8e8787ad63
commit
298863c2d0
1 changed files with 1 additions and 1 deletions
|
|
@ -1088,7 +1088,7 @@ void MarlinSettings::postprocess() {
|
||||||
stepperE4.setCurrent(val, R_SENSE, HOLD_MULTIPLIER);
|
stepperE4.setCurrent(val, R_SENSE, HOLD_MULTIPLIER);
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
for (uint8_t q = 0; q < 11; q++) EEPROM_READ(val);
|
for (uint8_t q = 11; q--;) EEPROM_READ(val);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue