aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/MouseHost
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-30 08:16:42 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-30 08:16:42 +0000
commit2f643f6143827219a050601cea7bde10f104cf00 (patch)
tree7af5b72a691ee362b4f16ed0a6302a4ebd285d27 /Demos/Host/ClassDriver/MouseHost
parentbaa1b22654830d78c1edb6ab35f35ceee089f6e5 (diff)
downloadlufa-2f643f6143827219a050601cea7bde10f104cf00.tar.gz
lufa-2f643f6143827219a050601cea7bde10f104cf00.tar.bz2
lufa-2f643f6143827219a050601cea7bde10f104cf00.zip
Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size of the HID Host Class driver when Report protocol is not needed.
Diffstat (limited to 'Demos/Host/ClassDriver/MouseHost')
-rw-r--r--Demos/Host/ClassDriver/MouseHost/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Host/ClassDriver/MouseHost/makefile b/Demos/Host/ClassDriver/MouseHost/makefile
index 189e42cdb..18a5a9dd2 100644
--- a/Demos/Host/ClassDriver/MouseHost/makefile
+++ b/Demos/Host/ClassDriver/MouseHost/makefile
@@ -117,6 +117,7 @@ LUFA_PATH = ../../../..
# LUFA library compile-time options
LUFA_OPTS += -D USB_HOST_ONLY
+LUFA_OPTS += -D HID_HOST_BOOT_PROTOCOL_ONLY
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"