We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acaa03 commit aab0390Copy full SHA for aab0390
cores/arduino/USB/USBCore.cpp
@@ -835,7 +835,7 @@ void USBDeviceClass::ISRHandler()
835
{
836
USBSetup *setup = reinterpret_cast<USBSetup *>(udd_ep_out_cache_buffer[0]);
837
838
- delayMicroseconds(10);
+ delayMicroseconds(20);
839
/* Clear the Bank 0 ready flag on Control OUT */
840
// The RAM Buffer is empty: we can receive data
841
usbd.epBank0ResetReady(0);
0 commit comments