projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix issue in CDC device class driver where received data the size of the data endpoin...
[pub/USBasp.git]
/
Demos
/
Host
/
ClassDriver
/
CDCHost
/
makefile
diff --git
a/Demos/Host/ClassDriver/CDCHost/makefile
b/Demos/Host/ClassDriver/CDCHost/makefile
index
4dd06eb
..
9161af1
100644
(file)
--- a/
Demos/Host/ClassDriver/CDCHost/makefile
+++ b/
Demos/Host/ClassDriver/CDCHost/makefile
@@
-125,7
+125,6
@@
LUFA_PATH = ../../../..
# LUFA library compile-time options
\r
LUFA_OPTS = -D USE_NONSTANDARD_DESCRIPTOR_NAMES
\r
LUFA_OPTS += -D USB_HOST_ONLY
\r
-LUFA_OPTS += -D NO_STREAM_CALLBACKS
\r
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
\r
\r
\r