rename tusb_task_runner() to tusb_task()

This commit is contained in:
hathach
2018-03-07 22:59:57 +07:00
parent c7f6c95c28
commit d0312805ba
5 changed files with 6 additions and 19 deletions

View File

@@ -70,7 +70,7 @@ void os_none_start_scheduler(void)
{
while (1)
{
tusb_task_runner();
tusb_task();
led_blinking_task(NULL);
keyboard_host_app_task(NULL);