We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c988f commit 8afd052Copy full SHA for 8afd052
1 file changed
cores/arduino/USB/USBCore.cpp
@@ -877,6 +877,7 @@ bool USBDeviceClass::handleStandardSetup(USBSetup &setup)
877
sendZlp(0);
878
return true;
879
}
880
+ return false;
881
882
case SET_ADDRESS:
883
setAddress(setup.wValueL);
0 commit comments