X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/359fbfe14d00ab378f85a36664820ea9ba538c3f..ce5f5bd1c3285fe2dd9f554503bee12dca4d60e4:/LUFA/Drivers/USB/Core/DeviceStandardReq.c diff --git a/LUFA/Drivers/USB/Core/DeviceStandardReq.c b/LUFA/Drivers/USB/Core/DeviceStandardReq.c index f5e1cca33..c2c9e7d5a 100644 --- a/LUFA/Drivers/USB/Core/DeviceStandardReq.c +++ b/LUFA/Drivers/USB/Core/DeviceStandardReq.c @@ -109,6 +109,9 @@ void USB_Device_ProcessControlRequest(void) USB_Device_SetConfiguration(); break; + + default: + break; } }