summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/usb-s3c6400x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/usb-s3c6400x.c b/firmware/target/arm/usb-s3c6400x.c
index b775497b2b..af4f0eb955 100644
--- a/firmware/target/arm/usb-s3c6400x.c
+++ b/firmware/target/arm/usb-s3c6400x.c
@@ -224,7 +224,7 @@ static void handle_ep_int(bool out)
224 DEPDMA(0, true) = &ctrlreq; 224 DEPDMA(0, true) = &ctrlreq;
225 DEPCTL(0, true) |= DEPCTL_epena | DEPCTL_cnak; 225 DEPCTL(0, true) |= DEPCTL_epena | DEPCTL_cnak;
226 } 226 }
227 DEPINT(ep, true) = epints; 227 DEPINT(ep, out) = epints;
228 } 228 }
229} 229}
230 230