tweak overflow_protect() common_tickers()

pull/11167/head
int_szyk 2019-08-02 08:38:32 +02:00
parent afddbbf2dc
commit 21590320a6
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ void overflow_protect()
return;
}
while (intf->read() > ticks_now);
while (intf->read() >= ticks_now);
}
void ticker_event_handler_stub(const ticker_data_t *const ticker)