tests-mbed_hal-sleep: remove unused variable.

pull/7009/head
Przemyslaw Stekiel 2018-03-28 09:13:30 +02:00 committed by Bartek Szatkowski
parent 20a9da5b73
commit 7f56bb0c23
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ void lp_ticker_isr(const ticker_data_t *const ticker_data)
* high frequency ticker interrupt can wake-up target from sleep. */
void sleep_usticker_test()
{
Timeout timeout;
const ticker_data_t * ticker = get_us_ticker_data();
const unsigned int ticker_freq = ticker->interface->get_info()->frequency;
const unsigned int ticker_width = ticker->interface->get_info()->bits;