mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'contrib/github_pr_14392' into 'master'
Update uart_select_example_main.c (GitHub PR) Closes IDFGH-13497 See merge request espressif/esp-idf!32913
This commit is contained in:
commit
315796f96c
@ -47,7 +47,7 @@ static void uart_select_task(void *arg)
|
||||
}
|
||||
|
||||
// We have a driver now installed so set up the read/write functions to use driver also.
|
||||
uart_vfs_dev_use_driver(0);
|
||||
uart_vfs_dev_use_driver(UART_NUM_0);
|
||||
|
||||
while (1) {
|
||||
int s;
|
||||
|
Loading…
Reference in New Issue
Block a user