diff options
| author | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-18 17:18:11 +0000 |
|---|---|---|
| committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-18 17:18:11 +0000 |
| commit | be33d3a5156ea3fde221c9e174ad0405eb8d1f8d (patch) | |
| tree | b027f4af999f39ed4554270c089a003479be7af7 /Bootloaders/MassStorage/Config | |
| parent | f8a1dc7424cd83f2f3e87274010d379a661b76e4 (diff) | |
| download | lufa-be33d3a5156ea3fde221c9e174ad0405eb8d1f8d.tar.gz lufa-be33d3a5156ea3fde221c9e174ad0405eb8d1f8d.tar.bz2 lufa-be33d3a5156ea3fde221c9e174ad0405eb8d1f8d.zip | |
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.
Diffstat (limited to 'Bootloaders/MassStorage/Config')
| -rw-r--r-- | Bootloaders/MassStorage/Config/LUFAConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
