mirror of https://github.com/ARMmbed/mbed-os.git
parent
25e5f2c68c
commit
d82346e5ca
|
@ -40,8 +40,6 @@ using utest::v1::Harness;
|
||||||
*/
|
*/
|
||||||
void wraparound_lp_protect(void)
|
void wraparound_lp_protect(void)
|
||||||
{
|
{
|
||||||
uint32_t time_window;
|
|
||||||
|
|
||||||
const uint32_t ticks_now = get_lp_ticker_data()->interface->read();
|
const uint32_t ticks_now = get_lp_ticker_data()->interface->read();
|
||||||
const ticker_info_t *p_ticker_info = get_lp_ticker_data()->interface->get_info();
|
const ticker_info_t *p_ticker_info = get_lp_ticker_data()->interface->get_info();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue