mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-13 01:30:10 +00:00
longer delay when flashing seems necessary.
This commit is contained in:
parent
05bd6c897c
commit
babc6a48fc
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user