From be33d3a5156ea3fde221c9e174ad0405eb8d1f8d Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 18 Mar 2013 17:18:11 +0000 Subject: Update Mass Storage bootloader so that it can support devices with only 4KB bootloader sections by creating a special AUX section before the real bootloader section to store part of the bootloader code. --- Bootloaders/MassStorage/Config/LUFAConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bootloaders/MassStorage/Config') diff --git a/Bootloaders/MassStorage/Config/LUFAConfig.h b/Bootloaders/MassStorage/Config/LUFAConfig.h index b22e67fbd..fcc3ea819 100644 --- a/Bootloaders/MassStorage/Config/LUFAConfig.h +++ b/Bootloaders/MassStorage/Config/LUFAConfig.h @@ -69,7 +69,7 @@ #define USE_RAM_DESCRIPTORS // #define USE_FLASH_DESCRIPTORS // #define USE_EEPROM_DESCRIPTORS -// #define NO_INTERNAL_SERIAL + #define NO_INTERNAL_SERIAL #define FIXED_CONTROL_ENDPOINT_SIZE 8 #define DEVICE_STATE_AS_GPIOR 0 #define FIXED_NUM_CONFIGURATIONS 1 -- cgit v1.2.3