Redo most of r851 and r880, respectively, minus the bugs. ;-)

(Submitted by dhoerl)


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@929 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2010-01-18 20:40:15 +00:00
parent 4e53f3451e
commit befb4dc9cc
2 changed files with 15 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
2010-01-18 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
2010-01-18 David Hoerl <dhoerl@mac.com>
bug #28660: Problem with loading intel hex rom files that exceed
0x10000 bytes
* fileio.c: Revert the changes from r851 and r880, respectively.
* fileio.c: Fix two byte shifts.
2010-01-15 Joerg Wunsch <j.gnu@uriah.heep.sax.de>