Skip to content

Commit 83e274a

Browse files
committed
Remove unused variable
and avoid associated warning ...
1 parent 24203fc commit 83e274a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

TESTS/mbed_hal/sleep_manager/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ using utest::v1::Harness;
4040
*/
4141
void wraparound_lp_protect(void)
4242
{
43-
uint32_t time_window;
44-
4543
const uint32_t ticks_now = get_lp_ticker_data()->interface->read();
4644
const ticker_info_t *p_ticker_info = get_lp_ticker_data()->interface->get_info();
4745

0 commit comments

Comments
 (0)