* avr910.c: Re-add the avr910 byte read/write methods which were

removed in my previous patch. Terminal mode read/writes are broken
without those methods. D'oh!


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@305 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
troth
2003-04-06 07:10:44 +00:00
parent 2a30421f7e
commit c6bc161763
2 changed files with 125 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
2003-04-05 Theodore A. Roth <troth@openavr.org>
* avr910.c: Re-add the avr910 byte read/write methods which were
removed in my previous patch. Terminal mode read/writes are broken
without those methods. D'oh!
2003-04-05 Theodore A. Roth <troth@openavr.org>
* avr910.c: Refactor to allow probing for auto addr increment. If auto