Skip to content

Commit 0bb25d9

Browse files
authored
revert3
1 parent 63c860b commit 0bb25d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-uart.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ typedef struct uart_struct_t uart_t;
5454
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);
5555
void uartEnd(uart_t* uart);
5656

57-
void uartOnReceive(uart_t* uart, void(*function)(void));
57+
//void uartOnReceive(uart_t* uart, void(*function)(void));
5858

5959
uint32_t uartAvailable(uart_t* uart);
6060
uint32_t uartAvailableForWrite(uart_t* uart);

0 commit comments

Comments
 (0)