Fix EEPROM size of tmc_hybrid_threshold

Followup to #10102
This commit is contained in:
Scott Lahteine 2018-03-23 02:08:11 -04:00
parent daf643e1ce
commit 9da0797e29

View File

@ -1365,7 +1365,7 @@ void MarlinSettings::postprocess() {
#endif
}
#else
uint16_t thrs_val;
uint32_t thrs_val;
for (uint8_t q=TMC_AXES; q--;) EEPROM_READ(thrs_val);
#endif