Move MSG_MARLIN

This commit is contained in:
Scott Lahteine
2020-02-08 22:25:24 -06:00
parent b9b07387d7
commit ffcbba4447
4 changed files with 4 additions and 10 deletions

View File

@@ -912,7 +912,7 @@ void setup() {
if (mcu & 32) SERIAL_ECHOLNPGM(MSG_SOFTWARE_RESET);
HAL_clear_reset_source();
SERIAL_ECHOPGM(MSG_MARLIN);
serialprintPGM(GET_TEXT(MSG_MARLIN));
SERIAL_CHAR(' ');
SERIAL_ECHOLNPGM(SHORT_BUILD_VERSION);
SERIAL_EOL();