me8100_test_int/test.c
changeset 12 67e56b4bce81
parent 11 a60ff25672a0
child 15 b9baa645576a
--- a/me8100_test_int/test.c	Fri Jan 18 21:00:56 2002 +0100
+++ b/me8100_test_int/test.c	Mon Jan 21 19:35:53 2002 +0100
@@ -106,7 +106,7 @@
   printf("<<<--- WAITING FOR INTERRUPTS BY BIT MASK --->>>\n\n");
 
   i = 0;
-  while(i < 10) {
+  while(i < 1000) {
     select(0, NULL, NULL, NULL, NULL);
   }