diff options
| author | hathach <[email protected]> | 2013-06-11 16:30:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-06-11 16:30:06 +0700 |
| commit | 049a22f2ccee84e7caa5d85d89dea8c17b7afe9f (patch) | |
| tree | 564517f1c57ccdbfa3c1d308451c8535976fc8f8 /tinyusb/device/usbd.c | |
| parent | d55f9ecef133e9650226c6313f4a2506060956ef (diff) | |
refractor dcd_pipe_control_write_zero_length to use dcd_pipe_control_write
Diffstat (limited to 'tinyusb/device/usbd.c')
| -rw-r--r-- | tinyusb/device/usbd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tinyusb/device/usbd.c b/tinyusb/device/usbd.c index 92c9204e7..851803901 100644 --- a/tinyusb/device/usbd.c +++ b/tinyusb/device/usbd.c @@ -92,6 +92,9 @@ void std_get_descriptor(uint8_t coreid) dcd_pipe_control_write(coreid, &app_tusb_desc_device, sizeof(tusb_descriptor_device_t)); break; + case TUSB_DESC_TYPE_CONFIGURATION: + break; + default: return; } |
