From f827750120d8d1f6558bd296a075718b970fb3db Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 26 Sep 2013 01:14:27 +0700 Subject: add cat command to cli --- tinyusb/class/msc_host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/class') 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); -- cgit v1.3.1