Ver código fonte

Fix bad typo in ConfigurationStore.cpp

Scott Lahteine 9 anos atrás
pai
commit
72856166a9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Marlin/ConfigurationStore.cpp

+ 1
- 1
Marlin/ConfigurationStore.cpp Ver arquivo

@@ -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 {

Carregando…
Cancelar
Salvar