implement hidd_control_request including std & class specific to interface number.

refractor usbd_setup_received
This commit is contained in:
hathach
2013-06-14 18:22:40 +07:00
parent 4103cc374f
commit 40b65b265c
6 changed files with 106 additions and 19 deletions
+1 -1
View File
@@ -304,7 +304,7 @@ tusb_error_t dcd_pipe_control_write(uint8_t coreid, void const * buffer, uint16_
return TUSB_ERROR_NONE;
}
tusb_error_t dcd_pipe_control_read(uint8_t coreid)
tusb_error_t dcd_pipe_control_read(uint8_t coreid, void const * buffer, uint16_t length)
{
return TUSB_ERROR_NONE;
}