Browse Source

Merge pull request #5520 from esenapaj/Fix-for-commented-section

Fix for commented section of Config_RetrieveSettings()
Scott Lahteine 8 years ago
parent
commit
b091c9ceb7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/configuration_store.cpp

+ 1
- 1
Marlin/configuration_store.cpp View File

@@ -397,7 +397,7 @@ void Config_Postprocess() {
397 397
     uint16_t stored_checksum;
398 398
     EEPROM_READ(stored_checksum);
399 399
 
400
-    //  SERIAL_ECHOPAIR("Version: [", ver);
400
+    //  SERIAL_ECHOPAIR("Version: [", version);
401 401
     //  SERIAL_ECHOPAIR("] Stored version: [", stored_ver);
402 402
     //  SERIAL_CHAR(']');
403 403
     //  SERIAL_EOL;

Loading…
Cancel
Save