aboutsummaryrefslogtreecommitdiff
path: root/protocol/lufa/lufa.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/lufa/lufa.c')
-rw-r--r--protocol/lufa/lufa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocol/lufa/lufa.c b/protocol/lufa/lufa.c
index d60aecc3f..16a602df1 100644
--- a/protocol/lufa/lufa.c
+++ b/protocol/lufa/lufa.c
@@ -272,7 +272,9 @@ void EVENT_USB_Device_ControlRequest(void)
272 // Interface 272 // Interface
273 switch (USB_ControlRequest.wIndex) { 273 switch (USB_ControlRequest.wIndex) {
274 case KEYBOARD_INTERFACE: 274 case KEYBOARD_INTERFACE:
275#ifdef NKRO_ENABLE
275 case NKRO_INTERFACE: 276 case NKRO_INTERFACE:
277#endif
276 Endpoint_ClearSETUP(); 278 Endpoint_ClearSETUP();
277 279
278 while (!(Endpoint_IsOUTReceived())) { 280 while (!(Endpoint_IsOUTReceived())) {