Searched refs:send_commands (Results 1 – 1 of 1) sorted by relevance
107 static void send_commands(void* arg) { in send_commands() function178 xTaskCreate(send_commands, "send_commands_task", TASK_STACK_SIZE, NULL, 10, NULL); in app_main()