summaryrefslogtreecommitdiff
path: root/src/target/arm920t.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm920t.c')
-rw-r--r--src/target/arm920t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm920t.c b/src/target/arm920t.c
index c14f6ef8..67657c94 100644
--- a/src/target/arm920t.c
+++ b/src/target/arm920t.c
@@ -644,7 +644,7 @@ int arm920t_soft_reset_halt(struct target_s *target)
break;
}
/* do not eat all CPU, time out after 1 se*/
- usleep(100*1000);
+ alive_sleep(100);
}
if (i==10)
{