In jtagmkII_paged_write(), remove a debugging
usleep(1000000) that accidentally crept in in rev 1.19. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@702 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
bfb57a4415
commit
f7f185f176
|
@ -1,3 +1,8 @@
|
|||
2006-12-11 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* jtagmkII.c (jtagmkII_paged_write): Remove a debugging
|
||||
usleep(1000000) that accidentally crept in in rev 1.19.
|
||||
|
||||
2006-12-11 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* ser_posix.c (ser_open): Do fill in fdp->ifd before already
|
||||
|
|
|
@ -1534,7 +1534,6 @@ static int jtagmkII_paged_write(PROGRAMMER * pgm, AVRPART * p, AVRMEM * m,
|
|||
return -1;
|
||||
}
|
||||
free(resp);
|
||||
usleep(1000000);
|
||||
}
|
||||
|
||||
free(cmd);
|
||||
|
|
Loading…
Reference in New Issue