Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_14392' into 'master'
Browse files Browse the repository at this point in the history
Update uart_select_example_main.c (GitHub PR)

Closes IDFGH-13497

See merge request espressif/esp-idf!32913
  • Loading branch information
songruo committed Aug 28, 2024
2 parents 17ddda0 + 18e69ca commit 315796f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 315796f

Please sign in to comment.