Optimize some serial strings

This commit is contained in:
Scott Lahteine 2018-01-23 18:58:10 -06:00
parent d4ab383a1b
commit f447668387
5 changed files with 8 additions and 8 deletions

View file

@ -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