forked from len0rd/rockbox
as3525v2-usb: don't disable interrupts on bus reset (that was for debug purpose)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26965 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
910101d613
commit
f83328c7b4
1 changed files with 0 additions and 2 deletions
|
@ -496,8 +496,6 @@ static bool handle_usb_reset(void)
|
||||||
/* Clear interrupt */
|
/* Clear interrupt */
|
||||||
USB_GINTSTS = USB_GINTMSK_usbreset;
|
USB_GINTSTS = USB_GINTMSK_usbreset;
|
||||||
|
|
||||||
usb_disable_global_interrupts();
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue