mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-04 14:19:57 +03:00
lp_core_uart_set_pin() unconditionally configured the RTS and CTS GPIO pins even when flow control was disabled. Only configure the RTS pin when UART_HW_FLOWCTRL_RTS is set, and the CTS pin when UART_HW_FLOWCTRL_CTS is set.