seperate tusb_task() to tud_task() and tuh_task()
tusb_task() still exists for backward compatible
This commit is contained in:
@@ -62,7 +62,8 @@ int main(void)
|
||||
|
||||
while (1)
|
||||
{
|
||||
tusb_task();
|
||||
// tinyusb host task
|
||||
tuh_task();
|
||||
|
||||
led_blinking_task();
|
||||
|
||||
|
Reference in New Issue
Block a user