aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-05-13 14:13:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-05-13 14:13:57 +0000
commit4904b10ef689a11b420c0a32da747533f4378712 (patch)
tree23dc4404afedee73a51d4c53791e199e4d785d01 /Demos/Device
parentda007db18d255d907938e6759735d75287b4862a (diff)
downloadlufa-4904b10ef689a11b420c0a32da747533f4378712.tar.gz
lufa-4904b10ef689a11b420c0a32da747533f4378712.tar.bz2
lufa-4904b10ef689a11b420c0a32da747533f4378712.zip
Moved USB Host state machine code out from USBTask.c and into Host.c, where it more properly belongs.
Diffstat (limited to 'Demos/Device')
-rw-r--r--Demos/Device/Keyboard/Keyboard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Demos/Device/Keyboard/Keyboard.c b/Demos/Device/Keyboard/Keyboard.c
index 7b9317265..928d95b62 100644
--- a/Demos/Device/Keyboard/Keyboard.c
+++ b/Demos/Device/Keyboard/Keyboard.c
@@ -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 */