diff options
| author | hathach <[email protected]> | 2013-06-11 16:01:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-06-11 16:01:30 +0700 |
| commit | 72b5b61597c91d146b332149dd4408b511c5441d (patch) | |
| tree | f017b7250427b12ba2f64cf7d5a9e17320f7f28f /tinyusb/device/usbd.c | |
| parent | 503d279af58538f8c00966c48f3ff862f4cde2a0 (diff) | |
able to xfer device descriptor on control endpoint of lpc176x
Diffstat (limited to 'tinyusb/device/usbd.c')
| -rw-r--r-- | tinyusb/device/usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/device/usbd.c b/tinyusb/device/usbd.c index 8004e2bff..01deb8660 100644 --- a/tinyusb/device/usbd.c +++ b/tinyusb/device/usbd.c @@ -89,7 +89,7 @@ void std_get_descriptor(uint8_t coreid) switch ( desc_type ) { case TUSB_DESC_TYPE_DEVICE: - + dcd_pipe_control_write(coreid, &app_tusb_desc_device, sizeof(tusb_descriptor_device_t)); break; default: |
