diff options
-rw-r--r-- | iceprog/iceprog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iceprog/iceprog.c b/iceprog/iceprog.c index e175d88..d5419bd 100644 --- a/iceprog/iceprog.c +++ b/iceprog/iceprog.c @@ -261,7 +261,7 @@ void flash_wait() fprintf(stderr, "."); fflush(stdout); } - usleep(250000); + usleep(1000); } if (verbose) |