Skip to content

Commit e54079e

Browse files
committed
Merged in bugfix from mbed official (pull request ARMmbed#5942)
1 parent d569ad0 commit e54079e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rtos/TARGET_CORTEX/mbed_rtx_idle.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ static void default_idle_hook(void)
179179

180180
core_util_critical_section_enter();
181181
uint32_t ticks_to_sleep = svcRtxKernelSuspend();
182-
MBED_ASSERT(os_timer->get_tick() == svcRtxKernelGetTickCount());
183182
if (ticks_to_sleep) {
184183
os_timer->schedule_tick(ticks_to_sleep);
185184

0 commit comments

Comments
 (0)