summaryrefslogtreecommitdiff
path: root/util/iteflash.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/iteflash.c')
-rw-r--r--util/iteflash.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/iteflash.c b/util/iteflash.c
index 0b246a56d4..ac55ef3ec7 100644
--- a/util/iteflash.c
+++ b/util/iteflash.c
@@ -583,9 +583,6 @@ static int send_special_waveform(struct ftdi_context *ftdi)
/* If we can talk to chip, then we can break the retry loop */
ret = check_chipid(ftdi);
- if (ret != 0)
- /* Sleep before next attempt */
- sleep(1);
} while (ret != 0);
if (ret)