Fix unintended fall-through
The compiler found this, not me. Building with all warnings enabled is recommended.
This commit is contained in:
parent
52c988fea0
commit
8afd0523b1
1 changed files with 1 additions and 0 deletions
|
|
@ -877,6 +877,7 @@ bool USBDeviceClass::handleStandardSetup(USBSetup &setup)
|
|||
sendZlp(0);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
case SET_ADDRESS:
|
||||
setAddress(setup.wValueL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue