mirror of https://github.com/YosysHQ/icestorm.git
Fixed very long usleep in iceprog flash_wait()
This commit is contained in:
parent
5e1dc788c5
commit
2696346d6c
|
|
@ -261,7 +261,7 @@ void flash_wait()
|
|||
fprintf(stderr, ".");
|
||||
fflush(stdout);
|
||||
}
|
||||
usleep(250000);
|
||||
usleep(1000);
|
||||
}
|
||||
|
||||
if (verbose)
|
||||
|
|
|
|||
Loading…
Reference in New Issue