Fix the size of the calibration memory in the ATmega8515.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@536 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch 2005-10-14 19:33:19 +00:00
parent d6caf49dd0
commit 22c2d13caf
2 changed files with 6 additions and 1 deletions

View File

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

View File

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