Skip to content

Commit 121bf67

Browse files
author
Mike Grusin
authored
Merge branch 'master' into LilyMini_testing
2 parents 9d7a5a1 + 1f8f9a6 commit 121bf67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sparkfun/samd/cores/arduino/USB/SAMD21_USBDevice.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ class USBDevice_SAMD21G18x {
108108
inline void epBank1EnableStalled(ep_t ep) { usb.DeviceEndpoint[ep].EPINTENSET.bit.STALL1 = 1; }
109109
inline void epBank0EnableTransferComplete(ep_t ep) { usb.DeviceEndpoint[ep].EPINTENSET.bit.TRCPT0 = 1; }
110110
inline void epBank1EnableTransferComplete(ep_t ep) { usb.DeviceEndpoint[ep].EPINTENSET.bit.TRCPT1 = 1; }
111-
112111
inline void epBank0DisableSetupReceived(ep_t ep) { usb.DeviceEndpoint[ep].EPINTENCLR.bit.RXSTP = 1; }
113112
inline void epBank0DisableStalled(ep_t ep) { usb.DeviceEndpoint[ep].EPINTENCLR.bit.STALL0 = 1; }
114113
inline void epBank1DisableStalled(ep_t ep) { usb.DeviceEndpoint[ep].EPINTENCLR.bit.STALL1 = 1; }

0 commit comments

Comments
 (0)