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
aaa15bcf58
pull/14941/head
Hari Limaye 2021-07-21 11:41:04 +01:00
parent 146c98ccd6
commit bfe24ce64d
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ using utest::v1::Case;
#define MULTI_TICKER_TIME_MS 100
volatile uint32_t callback_trigger_count = 0;
static const int test_timeout = 240;
static const int total_ticks = 10;
/* Tolerance is quite arbitrary due to large number of boards with varying level of accuracy */