Skip to content

Commit aab0390

Browse files
committed
Slow down USB ISRHandler to workaroung missing 1200bps touch
1 parent 3acaa03 commit aab0390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/USB/USBCore.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ void USBDeviceClass::ISRHandler()
835835
{
836836
USBSetup *setup = reinterpret_cast<USBSetup *>(udd_ep_out_cache_buffer[0]);
837837

838-
delayMicroseconds(10);
838+
delayMicroseconds(20);
839839
/* Clear the Bank 0 ready flag on Control OUT */
840840
// The RAM Buffer is empty: we can receive data
841841
usbd.epBank0ResetReady(0);

0 commit comments

Comments
 (0)