flashing needs a little more time.

This commit is contained in:
Mariano Alvira 2009-05-08 17:41:24 -04:00
parent 75cede71a6
commit 6b77fe8c37
1 changed files with 1 additions and 1 deletions

View File

@ -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);