diff options
| author | hathach <[email protected]> | 2022-04-21 12:05:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-04-21 12:05:22 +0700 |
| commit | 98bbb0d40251a4fb6af8e20506c5b27a18e8d29e (patch) | |
| tree | d874d9126c1377cec120ba13cd6026ce42475e05 /src/portable | |
| parent | 328039058ef1c654246304a3a0acbee724278b85 (diff) | |
| parent | 55a5fd59d7263289f5c26d52ab206ed571cc1e0c (diff) | |
Merge branch 'master' into pio-host
Diffstat (limited to 'src/portable')
| -rw-r--r-- | src/portable/sony/cxd56/dcd_cxd56.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/sony/cxd56/dcd_cxd56.c b/src/portable/sony/cxd56/dcd_cxd56.c index fbea03b1d..d3154e58f 100644 --- a/src/portable/sony/cxd56/dcd_cxd56.c +++ b/src/portable/sony/cxd56/dcd_cxd56.c @@ -363,7 +363,7 @@ bool dcd_edpt_xfer(uint8_t rhport, uint8_t ep_addr, uint8_t *buffer, uint16_t to if (usbdcd_driver.setup_processed) { - if (osal_queue_receive(usbdcd_driver.setup_queue, &ctrl)) + if (osal_queue_receive(usbdcd_driver.setup_queue, &ctrl, 100)) { usbdcd_driver.setup_processed = false; dcd_event_setup_received(0, (uint8_t *)&ctrl, false); |
