From 72856166a962d48666466a33d04cab501708c372 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 6 Feb 2015 14:43:58 -0800 Subject: [PATCH] Fix bad typo in ConfigurationStore.cpp --- Marlin/ConfigurationStore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/ConfigurationStore.cpp b/Marlin/ConfigurationStore.cpp index 47f80802f..b80aa038d 100644 --- a/Marlin/ConfigurationStore.cpp +++ b/Marlin/ConfigurationStore.cpp @@ -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 {