Browse Source

Fix compiler warning

pull/1/head
GMagician 7 years ago
parent
commit
00b1b33816
  1. 4
      Marlin/src/module/configuration_store.cpp

4
Marlin/src/module/configuration_store.cpp

@ -608,7 +608,9 @@ void MarlinSettings::postprocess() {
#endif
if (!eeprom_error) {
const int eeprom_size = eeprom_index;
#if ENABLED(EEPROM_CHITCHAT)
const int eeprom_size = eeprom_index;
#endif
const uint16_t final_crc = working_crc;

Loading…
Cancel
Save