base: timeout framework calibration exit condition

Fix #3156
This commit is contained in:
Stefan Kalkowski 2019-02-14 11:52:44 +01:00 committed by Norman Feske
parent 5136d9ddc7
commit 89f0717df6
1 changed files with 1 additions and 1 deletions

View File

@ -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++;
/*