aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/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/Webserver/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/Webserver/makefile')
-rw-r--r--Projects/Webserver/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/Webserver/makefile b/Projects/Webserver/makefile
index fe14e8c5f..1544218f2 100644
--- a/Projects/Webserver/makefile
+++ b/Projects/Webserver/makefile
@@ -118,6 +118,7 @@ LUFA_PATH = ../..
# LUFA library compile-time options and predefined tokens
LUFA_OPTS = -D FIXED_CONTROL_ENDPOINT_SIZE=8
LUFA_OPTS += -D FIXED_NUM_CONFIGURATIONS=1
+LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0
LUFA_OPTS += -D USE_FLASH_DESCRIPTORS
LUFA_OPTS += -D FAST_STREAM_TRANSFERS
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"