Skip to content
Prev Previous commit
Next Next commit
feat(uart): remove uart_init_PeriMan function declaration
Removed unused uart_init_PeriMan function declaration.
  • Loading branch information
SuGlider authored Oct 3, 2025
commit a82038051a302773f8cc9d0cb371f027b3fdb1c6
1 change: 0 additions & 1 deletion cores/esp32/esp32-hal-uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ bool uartSetPins(uint8_t uart_num, int8_t rxPin, int8_t txPin, int8_t ctsPin, in
// helper functions
int8_t uart_get_RxPin(uint8_t uart_num);
int8_t uart_get_TxPin(uint8_t uart_num);
void uart_init_PeriMan(void);

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