Moved USB Host state machine code out from USBTask.c and into Host.c, where it more...
[pub/USBasp.git] / Demos / Device / Keyboard / Keyboard.c
index 7b93172..928d95b 100644 (file)
@@ -44,9 +44,7 @@ TASK_LIST
        { .Task = USB_USBTask          , .TaskStatus = TASK_STOP },\r
        #endif\r
        \r
-       #if !defined(INTERRUPT_DATA_ENDPOINT)\r
        { .Task = USB_Keyboard_Report  , .TaskStatus = TASK_STOP },\r
-       #endif\r
 };\r
 \r
 /* Global Variables */\r