Home
last modified time | relevance | path

Searched refs:send_commands (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/uart/uart_repl/main/
Duart_repl_example_main.c107 static void send_commands(void* arg) { in send_commands() function
178 xTaskCreate(send_commands, "send_commands_task", TASK_STACK_SIZE, NULL, 10, NULL); in app_main()