Add TMC device capabilities to the incomplete TMC demo.

This commit is contained in:
Dean Camera 2010-07-23 09:12:26 +00:00
parent eb8a708b53
commit 3a79548dc2
4 changed files with 68 additions and 3 deletions

View file

@ -130,7 +130,7 @@ void EVENT_USB_Device_UnhandledControlRequest(void)
Endpoint_ClearSETUP();
Endpoint_Write_Control_PStream_LE(DescriptorPointer, DescriptorSize);
Endpoint_ClearOUT();
Endpoint_ClearOUT();
}
break;