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/CDC | |
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/CDC')
-rw-r--r-- | Bootloaders/CDC/Descriptors.h | 4 |
1 files changed, 0 insertions, 4 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 |