| Submitter | Georg-Johann Lay |
|---|---|
| Date | Dec. 2, 2011, 7:25 p.m. |
| Message ID | <4ED92613.4090100@gjlay.de> |
| Download | mbox | patch |
| Permalink | /patch/128941/ |
| State | New |
| Headers | show |
Comments
Patch
Index: config/avr/avr-devices.c =================================================================== --- config/avr/avr-devices.c (revision 181783) +++ config/avr/avr-devices.c (working copy) @@ -70,7 +70,7 @@ const struct mcu_type_s avr_mcu_types[] { "attiny2313a", ARCH_AVR25, "__AVR_ATtiny2313A__", 1, 0x0060, "tn2313a" }, { "attiny24", ARCH_AVR25, "__AVR_ATtiny24__", 1, 0x0060, "tn24" }, { "attiny24a", ARCH_AVR25, "__AVR_ATtiny24A__", 1, 0x0060, "tn24a" }, - { "attiny4313", ARCH_AVR25, "__AVR_ATtiny4313__", 1, 0x0060, "tn4313" },