Optimize some serial strings
This commit is contained in:
parent
d4ab383a1b
commit
f447668387
5 changed files with 8 additions and 8 deletions
|
|
@ -282,7 +282,7 @@ void GCodeParser::unknown_command_error() {
|
|||
#else
|
||||
SERIAL_ECHOPAIR(" args: \"", command_args);
|
||||
#endif
|
||||
SERIAL_ECHOPGM("\"");
|
||||
SERIAL_CHAR('"');
|
||||
if (string_arg) {
|
||||
SERIAL_ECHOPGM(" string: \"");
|
||||
SERIAL_ECHO(string_arg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue