diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-10 09:42:12 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-03-10 09:42:12 +0000 |
commit | de9d05f32a8f6ea8e10f601bcbb0bcbcea0975d1 (patch) | |
tree | f627635e1d0df311c3cc0808dccdc137af6cb738 /Bootloaders/CDC | |
parent | 0b1f33e2a26091714982447132b251496d5a48b2 (diff) | |
download | lufa-de9d05f32a8f6ea8e10f601bcbb0bcbcea0975d1.tar.gz lufa-de9d05f32a8f6ea8e10f601bcbb0bcbcea0975d1.tar.bz2 lufa-de9d05f32a8f6ea8e10f601bcbb0bcbcea0975d1.zip |
Enable Mass Storage bootloader builds in the BootloaderTest build test.
Diffstat (limited to 'Bootloaders/CDC')
-rw-r--r-- | Bootloaders/CDC/BootloaderCDC.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/CDC/BootloaderCDC.txt b/Bootloaders/CDC/BootloaderCDC.txt index 11fefabc3..29bfd78f3 100644 --- a/Bootloaders/CDC/BootloaderCDC.txt +++ b/Bootloaders/CDC/BootloaderCDC.txt @@ -111,7 +111,7 @@ * #define BOOTLOADER_MAGIC_SIGNATURE 0xDCFB * * #define BOOTLOADER_CLASS_SIGNATURE_START (BOOTLOADER_API_TABLE_START + (BOOTLOADER_API_TABLE_SIZE - 4)) - * #define BOOTLOADER_CDC_SIGNATURE 0xDF20 + * #define BOOTLOADER_CDC_SIGNATURE 0xDF00 * * #define BOOTLOADER_ADDRESS_START (BOOTLOADER_API_TABLE_START + (BOOTLOADER_API_TABLE_SIZE - 8)) * #define BOOTLOADER_ADDRESS_LENGTH 4 |