Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning switch.
[pub/lufa.git] / LUFA / Drivers / USB / Core / AVR8 / Host_AVR8.c
index a1e0fd3..37486f1 100644 (file)
@@ -180,6 +180,9 @@ void USB_Host_ProcessNextHostState(void)
 
                        EVENT_USB_Host_DeviceEnumerationComplete();
                        break;
+
+               default:
+                       break;
        }
 
        if ((ErrorCode != HOST_ENUMERROR_NoError) && (USB_HostState != HOST_STATE_Unattached))