From cd438c5c00c05c9a21b91c51f4e7f1d4e99f5c26 Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Mon, 24 Sep 2018 16:01:31 +0200 Subject: [PATCH] whitespace --- Firmware/ConfigurationStore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/ConfigurationStore.cpp b/Firmware/ConfigurationStore.cpp index 227b7afb..b1500816 100644 --- a/Firmware/ConfigurationStore.cpp +++ b/Firmware/ConfigurationStore.cpp @@ -360,7 +360,7 @@ bool Config_RetrieveSettings(uint16_t offset) SERIAL_ECHOLNPGM("Stored settings retrieved"); } - else { //size of eeprom M500 section probably changed by mistake and data are not valid; default values will be used + else { //size of eeprom M500 section probably changed by mistake and data are not valid; default values will be used puts_P(PSTR("Data read from EEPROM not valid.")); Config_ResetDefault(); previous_settings_retrieved = false;