mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2025-10-29 19:43:22 +00:00
test
This commit is contained in:
parent
83688297d9
commit
57e93ee361
@ -134,6 +134,13 @@ int HAL_UART_Init(int baud, int parity, bool hwflowc)
|
||||
uart_param_config(uartnum, &uart_config);
|
||||
uart_driver_install(uartnum, 512, 0, 0, NULL, 0);
|
||||
uart_enable_rx_intr(uartnum);
|
||||
|
||||
|
||||
uart_set_pin(uartnum,
|
||||
22, RX1_PIN,
|
||||
UART_PIN_NO_CHANGE, UART_PIN_NO_CHANGE);
|
||||
|
||||
|
||||
#if 0//PLATFORM_ESPIDF
|
||||
if(uartnum == UART_NUM_0)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user