mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
DFU Runtime: Add missing return after handling USB standard requests
the same as 479e97e338 but this time for
the runtime, not for DFU.
This commit is contained in:
@@ -117,6 +117,7 @@ void USBDFU_Runtime_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