Fix bad typo in ConfigurationStore.cpp
This commit is contained in:
parent
3490a19103
commit
72856166a9
@ -160,7 +160,7 @@ void Config_StoreSettings() {
|
||||
EEPROM_WRITE_VAR(i, PID_PARAM(Kc, e));
|
||||
#else
|
||||
dummy = 1.0f; // 1.0 = default kc
|
||||
EEPROM_WRITE_VAR(dummmy);
|
||||
EEPROM_WRITE_VAR(i, dummy);
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user