diff options
| author | hathach <[email protected]> | 2013-09-26 01:14:27 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-09-26 01:14:27 +0700 |
| commit | f827750120d8d1f6558bd296a075718b970fb3db (patch) | |
| tree | 6536337fbd39a1b383dbaf82445fc8e2f3a2dd9f /tinyusb/class | |
| parent | 09724c5d11e14b162ccc1ab2dde4b64987b05817 (diff) | |
add cat command to cli
Diffstat (limited to 'tinyusb/class')
| -rw-r--r-- | tinyusb/class/msc_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/msc_host.c b/tinyusb/class/msc_host.c index b4fd5b127..673cfc9e0 100644 --- a/tinyusb/class/msc_host.c +++ b/tinyusb/class/msc_host.c @@ -312,7 +312,7 @@ tusb_error_t msch_open_subtask(uint8_t dev_addr, tusb_descriptor_interface_t con ); #endif - enum { SCSI_XFER_TIMEOUT = 1000 }; + enum { SCSI_XFER_TIMEOUT = 2000 }; //------------- SCSI Inquiry -------------// tusbh_msc_inquiry(dev_addr, 0, msch_buffer); osal_semaphore_wait(msch_sem_hdl, SCSI_XFER_TIMEOUT, &error); |
