diff packages/hal/arm/cl7211/current/support/io.c @ 36:e97d78785e2d ecos-sw-1999-09-12

Merge from eCos master repository on 1999-09-12-15:40:34-BST
author jlarmour
date Sun, 12 Sep 1999 15:26:05 +0000
parents 5af43b635655
children
line wrap: on
line diff
--- a/packages/hal/arm/cl7211/current/support/io.c
+++ b/packages/hal/arm/cl7211/current/support/io.c
@@ -61,7 +61,7 @@ uspin(int len)
 {
     volatile int cnt;
     while (--len >= 0) {
-        for (cnt = 1;  cnt < 100;  cnt++) ;
+        for (cnt = 1;  cnt < 2000;  cnt++) ;
     }
 }