diff options
| author | hathach <[email protected]> | 2013-03-23 14:18:17 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-23 14:27:32 +0700 |
| commit | e6b8166a581d5016a2fa0c9f8bbca22bcb6b6bba (patch) | |
| tree | 374d7f833d30d35d57f0b1cac44da2f1388c4185 /tinyusb/host | |
| parent | e14864759d6fd1d9a0a24cb3b5104fee975a29d1 (diff) | |
house keeping
Diffstat (limited to 'tinyusb/host')
| -rw-r--r-- | tinyusb/host/usbh.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tinyusb/host/usbh.c b/tinyusb/host/usbh.c index f20123963..f56291290 100644 --- a/tinyusb/host/usbh.c +++ b/tinyusb/host/usbh.c @@ -407,7 +407,6 @@ OSAL_TASK_DECLARE(usbh_enumeration_task) usbh_device_info_pool[new_addr].state = TUSB_DEVICE_STATE_CONFIGURED; tusbh_device_mount_succeed_cb(new_addr); - // TODO invoke mounted callback OSAL_TASK_LOOP_END } |
