Skip to content
Snippets Groups Projects
Commit 72856166 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix bad typo in ConfigurationStore.cpp

parent 3490a191
Branches
Tags
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment