Skip to content

Commit bfe24ce

Browse files
committed
Greentea: Remove unused variable from ticker test
Ticker test contains definition of variable total_ticks, which is unused in the file since removal of function wait_and_print() in commit aaa15bc
1 parent 146c98c commit bfe24ce

File tree

1 file changed

+0
-1
lines changed
  • drivers/tests/TESTS/mbed_drivers/ticker

1 file changed

+0
-1
lines changed

drivers/tests/TESTS/mbed_drivers/ticker/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ using utest::v1::Case;
3030
#define MULTI_TICKER_TIME_MS 100
3131
volatile uint32_t callback_trigger_count = 0;
3232
static const int test_timeout = 240;
33-
static const int total_ticks = 10;
3433

3534

3635
/* Tolerance is quite arbitrary due to large number of boards with varying level of accuracy */

0 commit comments

Comments
 (0)