Optimize some serial strings
This commit is contained in:
parent
d4ab383a1b
commit
f447668387
5 changed files with 8 additions and 8 deletions
|
|
@ -117,7 +117,7 @@
|
|||
|
||||
SERIAL_ECHOPGM("New position reads as ");
|
||||
SERIAL_ECHO(get_position());
|
||||
SERIAL_ECHOPGM("(");
|
||||
SERIAL_CHAR('(');
|
||||
SERIAL_ECHO(mm_from_count(get_position()));
|
||||
SERIAL_ECHOLNPGM(")");
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue