From 6b77fe8c3726fa9a138bce77ace5d2e4c0047972 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Fri, 8 May 2009 17:41:24 -0400 Subject: [PATCH] flashing needs a little more time. --- mc1322x-load.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mc1322x-load.pl b/mc1322x-load.pl index c17c005ad..26c1a1012 100755 --- a/mc1322x-load.pl +++ b/mc1322x-load.pl @@ -85,7 +85,7 @@ while(1) { while(read(FILE, $c, 1)) { $i++; usleep(50); # this is as fast is it can go... - usleep(500) if ($s==1); + usleep(25) if ($s==1); $ob->write($c); # if($s==1) { # ($count, $c) = $ob->read(1);