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