Correct the pagesize of the ATmega324 from 256 to 128.

This closes bug #16410: ATMega164/324/644 cannot be programmed


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@617 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2006-08-21 19:09:32 +00:00
parent 80194a06f6
commit 146caf3668
2 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2006-08-21 Joerg Wunsch <j@uriah.heep.sax.de>
* avrdude.conf.in (ATmega324): Correct the pagesize from 256 to
128.
This closes bug #16410: ATMega164/324/644 cannot be programmed
2006-08-20 Joerg Wunsch <j@uriah.heep.sax.de>
* configure.ac: Check for gettimeofday().