add usbd_task to handle event task eg setup received

This commit is contained in:
hathach
2013-11-15 12:30:22 +07:00
parent ba49d26e19
commit fc68439b74
9 changed files with 182 additions and 128 deletions

View File

@@ -85,7 +85,7 @@ void tusb_task_runner(void)
#endif
#if MODE_DEVICE_SUPPORTED
usbd_task(NULL);
#endif
}
#endif