Skip to content

Commit 6bc9dc4

Browse files
dgoodladCryowatt
authored andcommitted
Mask off the SOF interrupt again
1 parent eec6c45 commit 6bc9dc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bus.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,7 @@ impl<USB: UsbPeripheral> usb_device::bus::UsbBus for UsbBus<USB> {
498498
write_reg!(otg_global, regs.global(), GINTMSK,
499499
USBRST: 1, ENUMDNEM: 1,
500500
USBSUSPM: 1, WUIM: 1,
501-
IEPINT: 1, RXFLVLM: 1,
502-
SOFM: 1
501+
IEPINT: 1, RXFLVLM: 1
503502
);
504503

505504
// clear pending interrupts

0 commit comments

Comments
 (0)