From babc6a48fc71446ec8d5fc18bd76238230d16285 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Wed, 13 May 2009 14:15:54 -0400 Subject: [PATCH] longer delay when flashing seems necessary. --- mc1322x-load.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mc1322x-load.pl b/mc1322x-load.pl index 6145768c9..f1b98838a 100755 --- a/mc1322x-load.pl +++ b/mc1322x-load.pl @@ -87,7 +87,7 @@ while(1) { while(read(FILE, $c, 1)) { $i++; usleep(50); # this is as fast is it can go... - usleep(25) if ($s==1); + usleep(50) if ($s==1); $ob->write($c); } }