summaryrefslogtreecommitdiff
path: root/tinyusb/tusb.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-11-15 12:30:22 +0700
committerhathach <[email protected]>2013-11-15 12:30:22 +0700
commitfc68439b746a466aa3d0bf197ee3f70cfa079f24 (patch)
treea363bb0fe3dce8b250287845c7e640b3e8f5f65a /tinyusb/tusb.c
parentba49d26e19bc8dc2f90dff94eb3788a8074362e2 (diff)
add usbd_task to handle event task eg setup received
Diffstat (limited to 'tinyusb/tusb.c')
-rw-r--r--tinyusb/tusb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/tusb.c b/tinyusb/tusb.c
index 800fa0a2d..f9a457599 100644
--- a/tinyusb/tusb.c
+++ b/tinyusb/tusb.c
@@ -85,7 +85,7 @@ void tusb_task_runner(void)
#endif
#if MODE_DEVICE_SUPPORTED
-
+ usbd_task(NULL);
#endif
}
#endif