Fixed very long usleep in iceprog flash_wait()

This commit is contained in:
Clifford Wolf 2015-12-08 12:34:05 +01:00
parent 5e1dc788c5
commit 2696346d6c
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ void flash_wait()
fprintf(stderr, ".");
fflush(stdout);
}
usleep(250000);
usleep(1000);
}
if (verbose)