Un-break nano2g USB

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31309 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sparmann 2011-12-15 22:14:24 +00:00
parent e54ead8386
commit bb2ff25658

View file

@ -224,7 +224,7 @@ static void handle_ep_int(bool out)
DEPDMA(0, true) = &ctrlreq;
DEPCTL(0, true) |= DEPCTL_epena | DEPCTL_cnak;
}
DEPINT(ep, true) = epints;
DEPINT(ep, out) = epints;
}
}