Remove support for devices that were not put into production.
This commit is contained in:
parent
04d13d264c
commit
7d037c7db8
8 changed files with 29 additions and 57 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue