reduce delay after reset to 20ms

correct freeRTOS configCPU_CLOCK_HZ to correct M4 mcu clock
This commit is contained in:
hathach
2013-04-27 14:17:06 +07:00
parent 8bd077fa5c
commit 4db386525f
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -289,8 +289,8 @@ tusb_error_t enumeration_body_subtask(void)
usbh_devices[0].state = TUSB_DEVICE_STATE_ADDRESSED;
#ifndef _TEST_
// TODO hack delay 100 ms for slow device (use retry on the 1st xfer instead later)
osal_task_delay(100);
// TODO hack delay 20 ms for slow device (use retry on the 1st xfer instead later)
osal_task_delay(20);
#endif
//------------- Get first 8 bytes of device descriptor to get Control Endpoint Size -------------//