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:
joerg_wunsch
2006-12-11 16:48:52 +00:00
parent ee0dcf32bc
commit 4652c6428a
2 changed files with 5 additions and 1 deletions

View File

@@ -1534,7 +1534,6 @@ static int jtagmkII_paged_write(PROGRAMMER * pgm, AVRPART * p, AVRMEM * m,
return -1;
}
free(resp);
usleep(1000000);
}
free(cmd);