jtagmkII_smc_init32(): replace sleep() by usleep() for

win32 compatibility.



git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@881 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2010-01-01 08:55:33 +00:00
parent 10db97bb35
commit 5ccdb8b905
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2010-01-01 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
* jtagmkII.c (jtagmkII_smc_init32): replace sleep() by usleep() for
win32 compatibility.
2009-11-09 David Hoerl <dhoerl@mac.com>
* fileio.c: ihex2bin did not properly handle files > 64K bytes