X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/fa8d25ef29eb9e96f9089d17eeb64b3a5edb8e66..2f643f6143827219a050601cea7bde10f104cf00:/Demos/Host/ClassDriver/MouseHost/makefile 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)"