Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning switch.

This commit is contained in:
Dean Camera 2012-09-09 14:00:03 +00:00
parent 0284385b4e
commit 7a51e97c3b
9 changed files with 62 additions and 26 deletions

View file

@ -109,6 +109,9 @@ void USB_Device_ProcessControlRequest(void)
USB_Device_SetConfiguration();
break;
default:
break;
}
}