From 7d83bd0dccfeed374f5e3954de4790cae58379b6 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 24 Dec 2010 18:04:51 +0000 Subject: Add DEVICE_STATE_AS_GPIOR=0 compile time option to the library projects, to reduce compiled binary size. --- Projects/Incomplete/StandaloneProgrammer/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Projects/Incomplete') diff --git a/Projects/Incomplete/StandaloneProgrammer/makefile b/Projects/Incomplete/StandaloneProgrammer/makefile index aecad74e6..e7f0b315e 100644 --- a/Projects/Incomplete/StandaloneProgrammer/makefile +++ b/Projects/Incomplete/StandaloneProgrammer/makefile @@ -116,6 +116,7 @@ LUFA_PATH = ../../.. # LUFA library compile-time options and predefined tokens +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 -- cgit v1.2.3