forked from mirror/qmk_firmware
Moved USB Host state machine code out from USBTask.c and into Host.c, where it more properly belongs.
This commit is contained in:
@@ -44,9 +44,7 @@ TASK_LIST
|
||||
{ .Task = USB_USBTask , .TaskStatus = TASK_STOP },
|
||||
#endif
|
||||
|
||||
#if !defined(INTERRUPT_DATA_ENDPOINT)
|
||||
{ .Task = USB_Keyboard_Report , .TaskStatus = TASK_STOP },
|
||||
#endif
|
||||
};
|
||||
|
||||
/* Global Variables */
|
||||
|
||||
Reference in New Issue
Block a user