mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #8210 from JarkkoPaso/master
platform timer: Call timer start in enablepull/8192/merge
commit
9c28794b2e
|
@ -45,8 +45,8 @@ void platform_timer_enable(void)
|
|||
equeue = mbed_highprio_event_queue();
|
||||
MBED_ASSERT(equeue != NULL);
|
||||
#endif
|
||||
// Prime the SingletonPtrs - can't construct from IRQ/critical section
|
||||
timer.get();
|
||||
timer->start();
|
||||
// Prime the SingletonPtr - can't construct from IRQ/critical section
|
||||
timeout.get();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue