1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-27 13:56:24 +00:00

Fix size of EEPROM tmc_hybrid_threshold

Followup to #10101
This commit is contained in:
Scott Lahteine 2018-03-23 01:58:36 -04:00
parent f264228074
commit 2746eb589e

View File

@ -1379,7 +1379,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