From eefa0cdfd6280c57be3e1f8e5a2e17d4a44883a7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 3 Apr 2016 14:46:10 -0500 Subject: [PATCH] test --- iguana/iguana777.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana777.c b/iguana/iguana777.c index c045cb37a..1a7c0927c 100755 --- a/iguana/iguana777.c +++ b/iguana/iguana777.c @@ -487,7 +487,7 @@ void iguana_helper(void *arg) usleep(polltimeout * 250); else if ( allcurrent != 0 ) usleep(polltimeout * 100000); - else usleep(polltimeout * 10000); + else usleep(polltimeout * 100); } }