forked from len0rd/rockbox
Oops. How'd I miss that one checking diffs? ARC driver test change shouldn't have been there.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20053 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6c399b8254
commit
a6a7bac01a
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ void usb_drv_reset(void)
|
||||||
REG_USBCMD |= USBCMD_CTRL_RESET;
|
REG_USBCMD |= USBCMD_CTRL_RESET;
|
||||||
while (REG_USBCMD & USBCMD_CTRL_RESET);
|
while (REG_USBCMD & USBCMD_CTRL_RESET);
|
||||||
|
|
||||||
#if CONFIG_CPU == PP5020 || CONFIG_CPU == PP5022 || CONFIG_CPU == PP5024
|
#if CONFIG_CPU == PP5022 || CONFIG_CPU == PP5024
|
||||||
/* On a CPU which identifies as a PP5022, this
|
/* On a CPU which identifies as a PP5022, this
|
||||||
initialization must be done after USB is reset.
|
initialization must be done after USB is reset.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue