Skip to content
Snippets Groups Projects
Commit 00b1b338 authored by GMagician's avatar GMagician
Browse files

Fix compiler warning

parent f37ed314
Branches
Tags
No related merge requests found
......@@ -608,7 +608,9 @@ void MarlinSettings::postprocess() {
#endif
if (!eeprom_error) {
#if ENABLED(EEPROM_CHITCHAT)
const int eeprom_size = eeprom_index;
#endif
const uint16_t final_crc = working_crc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment