Skip to content

Commit a820380

Browse files
authored
feat(uart): remove uart_init_PeriMan function declaration
Removed unused uart_init_PeriMan function declaration.
1 parent 55b823c commit a820380

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/esp32/esp32-hal-uart.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ bool uartSetPins(uint8_t uart_num, int8_t rxPin, int8_t txPin, int8_t ctsPin, in
7979
// helper functions
8080
int8_t uart_get_RxPin(uint8_t uart_num);
8181
int8_t uart_get_TxPin(uint8_t uart_num);
82-
void uart_init_PeriMan(void);
8382

8483
// Enables or disables HW Flow Control function -- needs also to set CTS and/or RTS pins
8584
// UART_HW_FLOWCTRL_DISABLE = 0x0 disable hardware flow control

0 commit comments

Comments
 (0)