In stk500v2_command(), detect warning status codes.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@951 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch
2010-12-14 17:17:33 +00:00
parent f4078c9183
commit 686d01b04d
2 changed files with 30 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2010-12-14 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
* stk500v2.c (stk500v2_command): Detect warning status codes.
2010-10-22 Nils Springob <nils@nicai-systems.de>
* serial.h: serial_open() calls will now return -1 on error (no call to exit())