able to xfer device descriptor on control endpoint of lpc176x

This commit is contained in:
hathach
2013-06-11 16:01:30 +07:00
parent 503d279af5
commit 72b5b61597
4 changed files with 40 additions and 9 deletions

View File

@@ -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: