Skip to content

Commit 6c13049

Browse files
author
Nathan Seidle
committed
Revert "Removing empty flush()"
This reverts commit 5e6fa0c.
1 parent 5e6fa0c commit 6c13049

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cores/arduino/ard_sup/uart/ap3_uart.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ int Uart::read()
9191
return _rx_buffer.read_char();
9292
}
9393

94+
void Uart::flush()
95+
{
96+
// todo:
97+
}
98+
9499
size_t Uart::write(const uint8_t data)
95100
{
96101
return write(&data, 1);

0 commit comments

Comments
 (0)