Skip to content

Commit

Permalink
Update uart_select_example_main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
diplfranzhoepfinger authored Aug 18, 2024
1 parent d7ca8b9 commit 18e69ca
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 18e69ca

Please sign in to comment.