mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 11:36:24 +00:00
Submitted by Nicolas BRULEZ
patch #8910: ATxmega32c4 and ATxmega16c4 have wrong signatures bug #41388: ATxmega32c4 and ATxmega16c4 have wrong signatures * avrdude.conf.in (ATxmega16C4, ATxmega32C4): Fix signatures git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1416 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -13766,7 +13766,7 @@ part parent ".xmega"
|
||||
part parent "x16a4u"
|
||||
id = "x16c4";
|
||||
desc = "ATxmega16C4";
|
||||
signature = 0x1e 0x95 0x44;
|
||||
signature = 0x1e 0x94 0x43;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
@@ -13855,7 +13855,7 @@ part parent ".xmega"
|
||||
part parent "x32a4u"
|
||||
id = "x32c4";
|
||||
desc = "ATxmega32C4";
|
||||
signature = 0x1e 0x94 0x43;
|
||||
signature = 0x1e 0x95 0x44;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user