Update uart_select_example_main.c

This commit is contained in:
diplfranzhoepfinger
2024-08-18 20:19:49 +02:00
committed by GitHub
parent d7ca8b94c8
commit 18e69cab01

View File

@@ -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. // 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) { while (1) {
int s; int s;