We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c860b commit 0bb25d9Copy full SHA for 0bb25d9
cores/esp32/esp32-hal-uart.h
@@ -54,7 +54,7 @@ typedef struct uart_struct_t uart_t;
54
uart_t* uartBegin(uint8_t uart_nr, uint32_t baudrate, uint32_t config, int8_t rxPin, int8_t txPin, uint16_t queueLen, bool inverted, uint8_t rxfifo_full_thrhd);
55
void uartEnd(uart_t* uart);
56
57
-void uartOnReceive(uart_t* uart, void(*function)(void));
+//void uartOnReceive(uart_t* uart, void(*function)(void));
58
59
uint32_t uartAvailable(uart_t* uart);
60
uint32_t uartAvailableForWrite(uart_t* uart);
0 commit comments