mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2025-10-29 19:43:22 +00:00
Update hal_uart_espidf.c
This commit is contained in:
parent
38937c92eb
commit
374a5fbf01
@ -136,9 +136,11 @@ int HAL_UART_Init(int baud, int parity, bool hwflowc)
|
||||
uart_enable_rx_intr(uartnum);
|
||||
|
||||
|
||||
#if PLATFORM_ESPIDF
|
||||
uart_set_pin(uartnum,
|
||||
22, RX1_PIN,
|
||||
UART_PIN_NO_CHANGE, UART_PIN_NO_CHANGE);
|
||||
#endif
|
||||
|
||||
|
||||
#if 0//PLATFORM_ESPIDF
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user