1
0

Fix NKRO code when NKRO is disable

Este commit está contenido en:
tmk 2014-07-20 00:25:06 +09:00
padre d4e92b43e0
commit b75ece52a2

Ver fichero

@ -272,7 +272,9 @@ void EVENT_USB_Device_ControlRequest(void)
// Interface
switch (USB_ControlRequest.wIndex) {
case KEYBOARD_INTERFACE:
#ifdef NKRO_ENABLE
case NKRO_INTERFACE:
#endif
Endpoint_ClearSETUP();
while (!(Endpoint_IsOUTReceived())) {