Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning switch.
This commit is contained in:
@@ -109,6 +109,9 @@ void USB_Device_ProcessControlRequest(void)
|
||||
USB_Device_SetConfiguration();
|
||||
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user