mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Fix a bug introduced in rev. 1.69, when implementing the
fallback from each programmer's paged_load() or paged_write() method, respectively. The return value needs to be checked for being greater or equal than 0 rather equal to 0 in order to assume the operation has been successful. Fixes bug #18489: avrdude is too slow (20 byte/s) git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@695 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2006-12-11 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* avr.c: Fix a bug introduced in rev. 1.69, when implementing the
|
||||
fallback from each programmer's paged_load() or paged_write()
|
||||
method, respectively. The return value needs to be checked for
|
||||
being greater or equal than 0 rather equal to 0 in order to
|
||||
assume the operation has been successful.
|
||||
Fixes bug #18489: avrdude is too slow (20 byte/s)
|
||||
|
||||
2006-12-11 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* avr910.c: Make the code compile warning-free:
|
||||
|
Reference in New Issue
Block a user