Add SERIAL_FLUSH and SERIAL_FLUSHTX macros
This commit is contained in:
parent
a8a64f19f4
commit
023d21a1cf
5 changed files with 15 additions and 10 deletions
|
|
@ -199,7 +199,7 @@
|
|||
if (map_type == 1 && i < GRID_MAX_POINTS_X - 1) SERIAL_CHAR(',');
|
||||
|
||||
#if TX_BUFFER_SIZE > 0
|
||||
MYSERIAL0.flushTX();
|
||||
SERIAL_FLUSHTX();
|
||||
#endif
|
||||
safe_delay(15);
|
||||
if (map_type == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue