Remove support for devices that were not put into production.

This commit is contained in:
Dean Camera 2013-01-03 10:49:44 +00:00
parent 04d13d264c
commit 7d037c7db8
8 changed files with 29 additions and 57 deletions

View file

@ -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