projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add const qualifiers to Host mode Class drivers.
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
MouseHostWithParser
/
makefile
diff --git
a/Demos/Host/LowLevel/MouseHostWithParser/makefile
b/Demos/Host/LowLevel/MouseHostWithParser/makefile
index
241563f
..
8cf9d43
100644
(file)
--- a/
Demos/Host/LowLevel/MouseHostWithParser/makefile
+++ b/
Demos/Host/LowLevel/MouseHostWithParser/makefile
@@
-116,8
+116,7
@@
LUFA_PATH = ../../../..
\r
\r
# LUFA library compile-time options
\r
\r
\r
# LUFA library compile-time options
\r
-LUFA_OPTS = -D USE_NONSTANDARD_DESCRIPTOR_NAMES
\r
-LUFA_OPTS += -D NO_STREAM_CALLBACKS
\r
+LUFA_OPTS = -D NO_STREAM_CALLBACKS
\r
LUFA_OPTS += -D USB_HOST_ONLY
\r
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
\r
\r
LUFA_OPTS += -D USB_HOST_ONLY
\r
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
\r
\r