Skip to content

Commit 5e6fa0c

Browse files
author
Nathan Seidle
committed
Removing empty flush()
So users don't think it exists.
1 parent 89b7775 commit 5e6fa0c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cores/arduino/ard_sup/uart/ap3_uart.cpp

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

94-
void Uart::flush()
95-
{
96-
// todo:
97-
}
98-
9994
size_t Uart::write(const uint8_t data)
10095
{
10196
return write(&data, 1);

0 commit comments

Comments
 (0)