events-timing test should not need any LED1

pull/14881/head
jeromecoutant 2021-07-06 16:58:56 +02:00
parent d9204d06eb
commit 64027e4a03
1 changed files with 0 additions and 3 deletions

View File

@ -59,7 +59,6 @@ float chisq(float sigma)
Timer timer;
DigitalOut led(LED1);
equeue_sema_t sema;
@ -120,8 +119,6 @@ void semaphore_timing_test()
}
TEST_ASSERT_INT_WITHIN(5000, taken, delay * 1000);
led = !led;
}
equeue_sema_destroy(&sema);