Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning switch.
[pub/lufa.git] / LUFA / Drivers / USB / Core / DeviceStandardReq.c
index f5e1cca..c2c9e7d 100644 (file)
@@ -109,6 +109,9 @@ void USB_Device_ProcessControlRequest(void)
                                  USB_Device_SetConfiguration();
 
                                break;
+
+                       default:
+                               break;
                }
        }