diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-03 10:49:44 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-03 10:49:44 +0000 |
commit | 7d037c7db812be4dac1a742c990f3631fbd82cb5 (patch) | |
tree | c1ff95de90e015a809d39231f0f02c300d8e52fe /Bootloaders | |
parent | 04d13d264c924d5c3380076f8977ca2dd0b14fd8 (diff) | |
download | lufa-7d037c7db812be4dac1a742c990f3631fbd82cb5.tar.gz lufa-7d037c7db812be4dac1a742c990f3631fbd82cb5.tar.bz2 lufa-7d037c7db812be4dac1a742c990f3631fbd82cb5.zip |
Remove support for devices that were not put into production.
Diffstat (limited to 'Bootloaders')
-rw-r--r-- | Bootloaders/CDC/Descriptors.h | 4 | ||||
-rw-r--r-- | Bootloaders/DFU/Descriptors.h | 5 |
2 files changed, 0 insertions, 9 deletions
diff --git a/Bootloaders/CDC/Descriptors.h b/Bootloaders/CDC/Descriptors.h index 699b4356d..9d4933aae 100644 --- a/Bootloaders/CDC/Descriptors.h +++ b/Bootloaders/CDC/Descriptors.h @@ -58,10 +58,6 @@ #define AVR_SIGNATURE_1 0x1E #define AVR_SIGNATURE_2 0x96 #define AVR_SIGNATURE_3 0x82 - #elif defined(__AVR_ATmega32U6__) - #define AVR_SIGNATURE_1 0x1E - #define AVR_SIGNATURE_2 0x95 - #define AVR_SIGNATURE_3 0x88 #elif defined(__AVR_ATmega32U4__) #define AVR_SIGNATURE_1 0x1E #define AVR_SIGNATURE_2 0x95 diff --git a/Bootloaders/DFU/Descriptors.h b/Bootloaders/DFU/Descriptors.h index 79a585d62..6d39c7370 100644 --- a/Bootloaders/DFU/Descriptors.h +++ b/Bootloaders/DFU/Descriptors.h @@ -85,11 +85,6 @@ #define AVR_SIGNATURE_1 0x1E #define AVR_SIGNATURE_2 0x96 #define AVR_SIGNATURE_3 0x82 - #elif defined(__AVR_ATmega32U6__) - #define PRODUCT_ID_CODE 0x2FFB - #define AVR_SIGNATURE_1 0x1E - #define AVR_SIGNATURE_2 0x95 - #define AVR_SIGNATURE_3 0x88 #elif defined(__AVR_ATmega32U4__) #define PRODUCT_ID_CODE 0x2FF4 #define AVR_SIGNATURE_1 0x1E |