Archivováno
1
0

Fix NKRO code when NKRO is disable

Tento commit je obsažen v:
tmk 2014-07-20 00:25:06 +09:00
rodič 452866319b
revize 32997200f7

Zobrazit soubor

@ -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())) {