Browse Source

Followup to PORTVAR patch

Scott Lahteine 6 years ago
parent
commit
772810fb24
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/configuration_store.cpp

+ 1
- 1
Marlin/src/module/configuration_store.cpp View File

@@ -1827,7 +1827,7 @@ void MarlinSettings::reset(PORTARG_SOLO) {
1827 1827
 
1828 1828
 #if DISABLED(DISABLE_M503)
1829 1829
 
1830
-  #define CONFIG_ECHO_START do{ if (!forReplay) SERIAL_ECHO_START_P(PORTVAR_SOLO); }while(0)
1830
+  #define CONFIG_ECHO_START do{ if (!forReplay) SERIAL_ECHO_START_P(port); }while(0)
1831 1831
 
1832 1832
   /**
1833 1833
    * M503 - Report current settings in RAM

Loading…
Cancel
Save