forked from len0rd/rockbox
hwstub: allow the stub to relocate itself
Change-Id: Iab60c6ec0e8eda19c76c84241f8367d53cb4f87b
This commit is contained in:
parent
cb8274373b
commit
0ec1536d64
3 changed files with 25 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ void main(uint32_t arg)
|
|||
{
|
||||
struct usb_ctrlrequest req;
|
||||
usb_drv_recv_setup(&req);
|
||||
|
||||
|
||||
switch(req.bRequestType & USB_TYPE_MASK)
|
||||
{
|
||||
case USB_TYPE_STANDARD:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue