Remove unused variable

and avoid associated warning ...
pull/11023/head
Laurent Meunier 2019-06-13 13:56:01 +02:00 committed by Evelyne Donnaes
parent 25e5f2c68c
commit d82346e5ca
1 changed files with 0 additions and 2 deletions

View File

@ -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();