We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87866e commit eab09b4Copy full SHA for eab09b4
cores/arduino/USB/SAMD21_USBDevice.h
@@ -394,8 +394,8 @@ class DoubleBufferedEPOutHandler : public EPHandler {
394
}
395
396
397
+ usbd.epAckPendingInterrupts(ep);
398
- usbd.epAckPendingInterrupts(ep);
399
400
401
// Returns how many bytes are stored in the buffers
cores/arduino/USB/USBCore.cpp
@@ -909,9 +909,9 @@ void USBDeviceClass::ISRHandler()
909
} else {
910
#if defined(PLUGGABLE_USB_ENABLED)
911
PluggableUSB().handleEndpoint(ep);
912
913
#endif
914
915
916
917
0 commit comments