Make the device code received unsigned, so it wouldn't sign-extend if

it is beyond 0x80.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@517 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2005-09-19 14:22:30 +00:00
parent 81b60f7f31
commit 7b099972b5
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2005-09-19 Joerg Wunsch <j@uriah.heep.sax.de>
* butterfly.c (butterfly_initialize): make the device code unsigned so
it wouldn't sign-extend when >= 0x80.
2005-09-18 Joerg Wunsch <j@uriah.heep.sax.de>
Add the serial bit-bang driver, contributed by Michael Holzt.