mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
146c98ccd6
commit
bfe24ce64d
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue