* avr910.c: Reading a 16 bit word in paged load needs to swap the

bytes since the 'R' command returns MSB first and the internal buffer
stores LSB first.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@307 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
troth
2003-04-09 20:37:28 +00:00
parent 23aee9f8da
commit 299e6aa6ad
2 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2003-04-09 Theodore A. Roth <troth@openavr.org>
* avr910.c: Reading a 16 bit word in paged load needs to swap the
bytes since the 'R' command returns MSB first and the internal buffer
stores LSB first.
2003-04-07 Theodore A. Roth <troth@openavr.org>
* stk500.c: Don't print out read/write byte progress unless the verbose