mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Norman Feske
parent
5136d9ddc7
commit
89f0717df6
@@ -45,7 +45,7 @@ void Timer::Connection::_update_real_time()
|
||||
unsigned long volatile new_us = elapsed_us();
|
||||
|
||||
/* do not proceed until the time difference is at least 1 us */
|
||||
if (new_us == _us) { continue; }
|
||||
if (new_us == _us || new_ts == _ts) { continue; }
|
||||
remote_time_trials++;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user