MYSERIAL => MYSERIAL0
For cleaner diffing with Marlin 2.0.x.
This commit is contained in:
parent
d89a61bd51
commit
c93dab2307
10 changed files with 50 additions and 65 deletions
|
|
@ -199,7 +199,7 @@
|
|||
if (map_type == 1 && i < GRID_MAX_POINTS_X - 1) SERIAL_CHAR(',');
|
||||
|
||||
#if TX_BUFFER_SIZE > 0
|
||||
MYSERIAL.flushTX();
|
||||
MYSERIAL0.flushTX();
|
||||
#endif
|
||||
safe_delay(15);
|
||||
if (map_type == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue