mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Norman Feske
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user