Browse Source

Fix bad typo in ConfigurationStore.cpp

Scott Lahteine 9 years ago
parent
commit
72856166a9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/ConfigurationStore.cpp

+ 1
- 1
Marlin/ConfigurationStore.cpp View File

@@ -160,7 +160,7 @@ void Config_StoreSettings()  {
160 160
           EEPROM_WRITE_VAR(i, PID_PARAM(Kc, e));
161 161
         #else
162 162
           dummy = 1.0f; // 1.0 = default kc
163
-          EEPROM_WRITE_VAR(dummmy);
163
+          EEPROM_WRITE_VAR(i, dummy);
164 164
         #endif
165 165
       }
166 166
       else {

Loading…
Cancel
Save