Searched refs:udvcom_thread (Results 1 – 1 of 1) sorted by relevance
367 static struct rt_thread *udvcom_thread; variable395 udvcom_thread = rt_thread_create("udvcom", usbd_vcom_thread, vcom, in test_usbd()397 if (udvcom_thread != RT_NULL) in test_usbd()398 rt_thread_startup(udvcom_thread); in test_usbd()
Completed in 5 milliseconds