Skip to content

Commit f38bf70

Browse files
authored
Adds new function "uartSetFastReading()"
1 parent 72ce063 commit f38bf70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/esp32/esp32-hal-uart.h

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ uint32_t uartGetBaudRate(uart_t* uart);
8484
void uartSetRxInvert(uart_t* uart, bool invert);
8585
void uartSetRxTimeout(uart_t* uart, uint8_t numSymbTimeout);
8686
void uartSetRxFIFOFull(uart_t* uart, uint8_t numBytesFIFOFull);
87+
void uartSetFastReading(uart_t* uart);
8788

8889
void uartSetDebug(uart_t* uart);
8990
int uartGetDebug();

0 commit comments

Comments
 (0)