From 7d391eb04c116b8a79c1a99df3708a0b2200fab0 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 21 Jun 2009 11:09:12 +0000 Subject: Add NO_INTERNAL_SERIAL compile time option to bootloaders to prevent them from having unneccesary size increases from unused code. --- Bootloaders/DFU/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Bootloaders/DFU/makefile') diff --git a/Bootloaders/DFU/makefile b/Bootloaders/DFU/makefile index f3d5cfad8..06551d561 100644 --- a/Bootloaders/DFU/makefile +++ b/Bootloaders/DFU/makefile @@ -118,6 +118,7 @@ LUFA_OPTS += -D FIXED_CONTROL_ENDPOINT_SIZE=32 LUFA_OPTS += -D USE_SINGLE_DEVICE_CONFIGURATION LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)" LUFA_OPTS += -D USE_RAM_DESCRIPTORS +LUFA_OPTS += -D NO_INTERNAL_SERIAL # List C source files here. (C dependencies are automatically generated.) -- cgit v1.2.3