tweaked overflow_protect() lp_ticker()

pull/11308/head
int_szyk 2019-08-01 16:27:36 +02:00 committed by adbridge
parent 318dff4ae7
commit c82cc8f09c
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)