Ver código fonte

Followup to PORTVAR patch

Scott Lahteine 6 anos atrás
pai
commit
772810fb24
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Marlin/src/module/configuration_store.cpp

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

@@ -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

Carregando…
Cancelar
Salvar