forked from espressif/esp-idf
Update uart_select_example_main.c
This commit is contained in:
committed by
GitHub
parent
d7ca8b94c8
commit
18e69cab01
@@ -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;
|
||||||
|
Reference in New Issue
Block a user