mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 05:32:40 -05:00
Un-break nano2g USB
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31309 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e54ead8386
commit
bb2ff25658
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ static void handle_ep_int(bool out)
|
||||||
DEPDMA(0, true) = &ctrlreq;
|
DEPDMA(0, true) = &ctrlreq;
|
||||||
DEPCTL(0, true) |= DEPCTL_epena | DEPCTL_cnak;
|
DEPCTL(0, true) |= DEPCTL_epena | DEPCTL_cnak;
|
||||||
}
|
}
|
||||||
DEPINT(ep, true) = epints;
|
DEPINT(ep, out) = epints;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue