mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 14:35:27 +00:00
Fix the size of the calibration memory in the ATmega8515.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@536 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2005-10-14 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* avrdude.conf.in (ATmega8515): fix size of calibration
|
||||
memory.
|
||||
|
||||
2005-10-09 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* avrdude.conf.in: add support for ATmega640/1280/1281.
|
||||
|
@@ -4399,7 +4399,7 @@ part
|
||||
;
|
||||
|
||||
memory "calibration"
|
||||
size = 1;
|
||||
size = 4;
|
||||
read = "0 0 1 1 1 0 0 0 0 0 x x x x x x",
|
||||
"0 0 0 0 0 0 0 0 o o o o o o o o";
|
||||
;
|
||||
|
Reference in New Issue
Block a user