We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7c0ae commit a3ec9f3Copy full SHA for a3ec9f3
features/nanostack/nanostack-hal-mbed-cmsis-rtos/arm_hal_timer.cpp
@@ -45,8 +45,8 @@ void platform_timer_enable(void)
45
equeue = mbed_highprio_event_queue();
46
MBED_ASSERT(equeue != NULL);
47
#endif
48
- // Prime the SingletonPtrs - can't construct from IRQ/critical section
49
- timer.get();
+ timer->start();
+ // Prime the SingletonPtr - can't construct from IRQ/critical section
50
timeout.get();
51
}
52
0 commit comments