aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TempDataLogger/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-12-24 18:04:51 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-12-24 18:04:51 +0000
commit7d83bd0dccfeed374f5e3954de4790cae58379b6 (patch)
treee211c6b428b0263918bc88e7991bee321ddf5012 /Projects/TempDataLogger/makefile
parentec537fd84d6ad3fd0dfa1b55efa2c2d554c1db48 (diff)
downloadlufa-7d83bd0dccfeed374f5e3954de4790cae58379b6.tar.gz
lufa-7d83bd0dccfeed374f5e3954de4790cae58379b6.tar.bz2
lufa-7d83bd0dccfeed374f5e3954de4790cae58379b6.zip
Add DEVICE_STATE_AS_GPIOR=0 compile time option to the library projects, to reduce compiled binary size.
Diffstat (limited to 'Projects/TempDataLogger/makefile')
-rw-r--r--Projects/TempDataLogger/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/TempDataLogger/makefile b/Projects/TempDataLogger/makefile
index ec0153f5f..c33e3816b 100644
--- a/Projects/TempDataLogger/makefile
+++ b/Projects/TempDataLogger/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 USE_FLASH_DESCRIPTORS