Skip to content

Commit d82d242

Browse files
committed
Remove redundant clear operation
1 parent 7e68413 commit d82d242

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -530,9 +530,6 @@ impl UsbBus for Usbd<'_> {
530530

531531
// TODO: ISO
532532

533-
// Read is complete, clear status flag
534-
regs.epdatastatus.write(|w| unsafe { w.bits(1 << (i + 16)) });
535-
536533
// Enable the endpoint
537534
regs.size.epout[i].reset();
538535

0 commit comments

Comments
 (0)