Followup to PORTVAR patch

This commit is contained in:
Scott Lahteine 2018-03-18 19:21:10 -05:00
parent 978f342392
commit 772810fb24

View file

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