瀏覽代碼

Followup to PORTVAR patch

Scott Lahteine 6 年之前
父節點
當前提交
772810fb24
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/module/configuration_store.cpp

+ 1
- 1
Marlin/src/module/configuration_store.cpp 查看文件

@@ -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…
取消
儲存