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 5e69377 commit 03fcf7cCopy full SHA for 03fcf7c
rtos/source/TARGET_CORTEX/mbed_rtx_idle.cpp
@@ -61,7 +61,7 @@ extern "C" {
61
IRQn_Type irq = OsTimer::get_irq_number();
62
63
NVIC_SetPriority(irq, 0xFF);
64
-#ifdef NVIC_RAM_VECTOR_ADDRESS
+#if defined(NVIC_RAM_VECTOR_ADDRESS) || defined(NO_SYSTICK)
65
NVIC_SetVector(irq, (uint32_t)handler);
66
#else
67
MBED_ASSERT(handler == (IRQHandler_t)NVIC_GetVector(irq));
0 commit comments