projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size of the...
[pub/USBasp.git]
/
Demos
/
Host
/
ClassDriver
/
KeyboardHost
/
makefile
diff --git
a/Demos/Host/ClassDriver/KeyboardHost/makefile
b/Demos/Host/ClassDriver/KeyboardHost/makefile
index
037ada8
..
6e869b5
100644
(file)
--- a/
Demos/Host/ClassDriver/KeyboardHost/makefile
+++ b/
Demos/Host/ClassDriver/KeyboardHost/makefile
@@
-117,6
+117,7
@@
LUFA_PATH = ../../../..
\r
# LUFA library compile-time options
\r
LUFA_OPTS += -D USB_HOST_ONLY
\r
+LUFA_OPTS += -D HID_HOST_BOOT_PROTOCOL_ONLY
\r
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
\r
\r
\r