tweaked overflow_protect() lp_ticker()

pull/11167/head
int_szyk 2019-08-01 16:27:36 +02:00
parent 54d7d7e4c3
commit afddbbf2dc
1 changed files with 1 additions and 1 deletions

View File

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