Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the...
[pub/USBasp.git] / Demos / Host / LowLevel / KeyboardHost / KeyboardHost.c
index d98c265..0c24bc9 100644 (file)
@@ -131,7 +131,7 @@ void ReadNextReport(void)
        USB_KeyboardReport_Data_t KeyboardReport;
                
        /* Select keyboard data pipe */
-       Pipe_SelectPipe(KEYBOARD_DATAPIPE);     
+       Pipe_SelectPipe(KEYBOARD_DATA_IN_PIPE); 
 
        /* Unfreeze keyboard data pipe */
        Pipe_Unfreeze();