X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c0841d98c5daac365f47f36b626b85632a071812..c93259fbdbfec154b37fd4c3a4e1b43f5b7265e5:/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; } }