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 55b823c commit a820380Copy full SHA for a820380
cores/esp32/esp32-hal-uart.h
@@ -79,7 +79,6 @@ bool uartSetPins(uint8_t uart_num, int8_t rxPin, int8_t txPin, int8_t ctsPin, in
79
// helper functions
80
int8_t uart_get_RxPin(uint8_t uart_num);
81
int8_t uart_get_TxPin(uint8_t uart_num);
82
-void uart_init_PeriMan(void);
83
84
// Enables or disables HW Flow Control function -- needs also to set CTS and/or RTS pins
85
// UART_HW_FLOWCTRL_DISABLE = 0x0 disable hardware flow control
0 commit comments