mirror of https://github.com/ARMmbed/mbed-os.git
one final whitespace change!
parent
27689ef2b3
commit
c9a3375042
|
@ -519,7 +519,7 @@ void handler()
|
||||||
void event_period_tests()
|
void event_period_tests()
|
||||||
{
|
{
|
||||||
// Test a non periodic event ie dispatched only once
|
// Test a non periodic event ie dispatched only once
|
||||||
|
|
||||||
Event<void()> event1(&period_tests_queue, handler);
|
Event<void()> event1(&period_tests_queue, handler);
|
||||||
|
|
||||||
event1.delay(10ms);
|
event1.delay(10ms);
|
||||||
|
|
Loading…
Reference in New Issue