mirror of https://github.com/ARMmbed/mbed-os.git
tests-mbed_hal-sleep: remove unused variable.
parent
20a9da5b73
commit
7f56bb0c23
|
@ -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. */
|
* high frequency ticker interrupt can wake-up target from sleep. */
|
||||||
void sleep_usticker_test()
|
void sleep_usticker_test()
|
||||||
{
|
{
|
||||||
Timeout timeout;
|
|
||||||
const ticker_data_t * ticker = get_us_ticker_data();
|
const ticker_data_t * ticker = get_us_ticker_data();
|
||||||
const unsigned int ticker_freq = ticker->interface->get_info()->frequency;
|
const unsigned int ticker_freq = ticker->interface->get_info()->frequency;
|
||||||
const unsigned int ticker_width = ticker->interface->get_info()->bits;
|
const unsigned int ticker_width = ticker->interface->get_info()->bits;
|
||||||
|
|
Loading…
Reference in New Issue