Explorar el Código

Followup to PORTVAR patch

Scott Lahteine hace 6 años
padre
commit
772810fb24
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/src/module/configuration_store.cpp

+ 1
- 1
Marlin/src/module/configuration_store.cpp Ver fichero

@@ -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…
Cancelar
Guardar