Browse Source

Fix EEPROM size of tmc_hybrid_threshold

Followup to #10102
Scott Lahteine 7 years ago
parent
commit
9da0797e29
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/configuration_store.cpp

+ 1
- 1
Marlin/src/module/configuration_store.cpp View File

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

Loading…
Cancel
Save