diff options
| author | hathach <[email protected]> | 2013-03-26 11:41:41 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-26 11:41:41 +0700 |
| commit | 54acee1fc80ce6f3ba86c91db4409e1ebfbda638 (patch) | |
| tree | d68364c2f763f0516cfa0b7b663863b1c39779c6 /tinyusb/host | |
| parent | a7e8a2ba9aa5e8a6ba074f397b1fd789a8f25205 (diff) | |
start merge hidh_keyboard back to hidh
Diffstat (limited to 'tinyusb/host')
| -rw-r--r-- | tinyusb/host/usbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/host/usbh.c b/tinyusb/host/usbh.c index 7559142c2..208139276 100644 --- a/tinyusb/host/usbh.c +++ b/tinyusb/host/usbh.c @@ -317,7 +317,7 @@ OSAL_TASK_DECLARE(usbh_enumeration_task) usbh_pipe_control_close(0); usbh_devices[0].state = TUSB_DEVICE_STATE_UNPLUG; -// hcd_port_reset( usbh_device_info_pool[new_addr].core_id ); TODO verified +// hcd_port_reset( usbh_device_info_pool[new_addr].core_id ); TODO may need to reset device after set address // open control pipe for new address TASK_ASSERT_STATUS ( usbh_pipe_control_open(new_addr, ((tusb_descriptor_device_t*) enum_data_buffer)->bMaxPacketSize0 ) ); |
