aboutsummaryrefslogtreecommitdiff
path: root/Projects/RelayBoard/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-12-24 18:04:51 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-12-24 18:04:51 +0000
commit7e454397c6f20072341d738b2cd73a3881a9d911 (patch)
treee211c6b428b0263918bc88e7991bee321ddf5012 /Projects/RelayBoard/makefile
parentd0321bc0a040c3305f49510e0a881858d15c3f2c (diff)
Add DEVICE_STATE_AS_GPIOR=0 compile time option to the library projects, to reduce compiled binary size.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1609 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/RelayBoard/makefile')
-rw-r--r--Projects/RelayBoard/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/RelayBoard/makefile b/Projects/RelayBoard/makefile
index ec4c6829..d572f593 100644
--- a/Projects/RelayBoard/makefile
+++ b/Projects/RelayBoard/makefile
@@ -117,6 +117,7 @@ LUFA_PATH = ../..
# LUFA library compile-time options and predefined tokens
LUFA_OPTS = -D USB_DEVICE_ONLY
+LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0
LUFA_OPTS += -D FIXED_CONTROL_ENDPOINT_SIZE=8
LUFA_OPTS += -D FIXED_NUM_CONFIGURATIONS=1
LUFA_OPTS += -D CONTROL_ONLY_DEVICE