mirror of
https://github.com/esp8266/Arduino.git
synced 2025-09-02 09:41:44 +03:00
Stream::send() (#6979)
This commit is contained in:
@@ -491,3 +491,9 @@ uart_detect_baudrate(int uart_nr)
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
size_t uart_peek_available (uart_t* uart) { return 0; }
|
||||
const char* uart_peek_buffer (uart_t* uart) { return nullptr; }
|
||||
void uart_peek_consume (uart_t* uart, size_t consume) { (void)uart; (void)consume; }
|
||||
|
||||
|
Reference in New Issue
Block a user