mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
DFU: Add missing 'return' after handling generic USB control request
This commit is contained in:
@@ -248,6 +248,7 @@ void USBDFU_DFU_RequestHandler(const USBGenericRequest *request)
|
||||
USBGenericRequest_GetRecipient(request) != USBGenericRequest_INTERFACE) {
|
||||
TRACE_DEBUG("std_ho_usbd ");
|
||||
USBDDriver_RequestHandler(&usbdDriver, request);
|
||||
return;
|
||||
}
|
||||
|
||||
switch (g_dfu->state) {
|
||||
|
||||
Reference in New Issue
Block a user