mirror of https://github.com/ARMmbed/mbed-os.git
tweaked overflow_protect() lp_ticker()
parent
318dff4ae7
commit
c82cc8f09c
|
@ -85,7 +85,7 @@ void overflow_protect()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
while (lp_ticker_read() > ticks_now);
|
while (lp_ticker_read() >= ticks_now);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ticker_event_handler_stub(const ticker_data_t *const ticker)
|
void ticker_event_handler_stub(const ticker_data_t *const ticker)
|
||||||
|
|
Loading…
Reference in New Issue