Revert "Fix EEPROM crc (#8284)" (#8292)

This reverts commit 172c36f517.
This commit is contained in:
Roxy-3D 2017-11-06 19:52:05 -06:00 committed by GitHub
parent 172c36f517
commit 6324b09934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1059,7 +1059,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
//