diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-05 13:55:16 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-05 13:55:16 +0000 |
commit | 9603de13981313845a12f1096091f31ea67e9372 (patch) | |
tree | 0bd7b0d2b6eb65f470a520533eadd9f00b0338db /BuildTests | |
parent | f644ffe873a49e70d6c95f34c4496c877b43fa97 (diff) | |
download | lufa-9603de13981313845a12f1096091f31ea67e9372.tar.gz lufa-9603de13981313845a12f1096091f31ea67e9372.tar.bz2 lufa-9603de13981313845a12f1096091f31ea67e9372.zip |
Fix up invalid device configurations in the BootloaderTest build test.
Diffstat (limited to 'BuildTests')
-rw-r--r-- | BuildTests/BootloaderTest/BootloaderDeviceMap.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg b/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg index adb8a14b2..0921de34e 100644 --- a/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg +++ b/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg @@ -69,7 +69,6 @@ DFU = AVR8 : at90usb647 : NONE : 64 : 4 : 16 : DFU = AVR8 : at90usb1286 : NONE : 128 : 8 : 16 : DFU = AVR8 : at90usb1286 : NONE : 128 : 4 : 16 : DFU = AVR8 : at90usb646 : NONE : 64 : 4 : 16 : -DFU = AVR8 : atmega32u6 : NONE : 32 : 4 : 16 : DFU = AVR8 : atmega32u4 : NONE : 32 : 4 : 16 : DFU = AVR8 : atmega16u4 : NONE : 16 : 4 : 16 : DFU = AVR8 : atmega32u2 : NONE : 32 : 4 : 16 : @@ -103,7 +102,6 @@ HID = AVR8 : at90usb647 : NONE : 64 : 4 : 8 : HID = AVR8 : at90usb1286 : NONE : 128 : 8 : 16 : HID = AVR8 : at90usb1286 : NONE : 128 : 4 : 16 : HID = AVR8 : at90usb646 : NONE : 64 : 4 : 16 : -HID = AVR8 : atmega32u6 : NONE : 32 : 4 : 16 : HID = AVR8 : atmega32u4 : NONE : 32 : 4 : 16 : HID = AVR8 : atmega16u4 : NONE : 16 : 4 : 16 : HID = AVR8 : atmega32u2 : NONE : 32 : 2 : 16 : |