diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-09-30 08:16:42 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-09-30 08:16:42 +0000 |
| commit | f90d484662e55bb2cc507228010a6dc44f051715 (patch) | |
| tree | 7af5b72a691ee362b4f16ed0a6302a4ebd285d27 /Demos/Host/ClassDriver/MouseHost | |
| parent | 63e0e6ba0430ecde8f4b260d5042cefc0bbcd6f6 (diff) | |
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@853 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/ClassDriver/MouseHost')
| -rw-r--r-- | Demos/Host/ClassDriver/MouseHost/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Host/ClassDriver/MouseHost/makefile b/Demos/Host/ClassDriver/MouseHost/makefile index 189e42cd..18a5a9dd 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)"
|
