mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
parent
bab1663ea2
commit
fa047f4dda
@ -51,10 +51,11 @@ class Sender : Thread<4096>
|
||||
printf("submit signal %d\n", _submit_cnt);
|
||||
|
||||
_transmitter.submit();
|
||||
}
|
||||
|
||||
if (_interval_ms)
|
||||
_timer.msleep(_interval_ms);
|
||||
if (_interval_ms)
|
||||
_timer.msleep(_interval_ms);
|
||||
} else
|
||||
_timer.msleep(100);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user