Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning switch.
This commit is contained in:
parent
0284385b4e
commit
7a51e97c3b
9 changed files with 62 additions and 26 deletions
|
@ -109,6 +109,9 @@ void USB_Device_ProcessControlRequest(void)
|
|||
USB_Device_SetConfiguration();
|
||||
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue