Serial refactor followup (#20932)
This commit is contained in:
parent
d49969ddf3
commit
27366197f3
9 changed files with 31 additions and 18 deletions
|
@ -150,7 +150,7 @@
|
|||
SERIAL_ECHO_SP(7);
|
||||
LOOP_L_N(i, GRID_MAX_POINTS_X) {
|
||||
if (i < 10) SERIAL_CHAR(' ');
|
||||
SERIAL_ECHO(i);
|
||||
SERIAL_ECHO((int)i);
|
||||
SERIAL_ECHO_SP(sp);
|
||||
}
|
||||
serial_delay(10);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue