projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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
diff --git
a/Demos/Device/Keyboard/Keyboard.c
b/Demos/Device/Keyboard/Keyboard.c
index
7b93172
..
928d95b
100644
(file)
--- a/
Demos/Device/Keyboard/Keyboard.c
+++ b/
Demos/Device/Keyboard/Keyboard.c
@@
-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