Skip to content

Commit 4b354f8

Browse files
committed
Update include paths to match updated CMSIS
1 parent 8eebcff commit 4b354f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtos/TARGET_CORTEX/mbed_rtx_idle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include "platform/mbed_sleep.h"
2525
#include "TimerEvent.h"
2626
#include "lp_ticker_api.h"
27-
#include "core_cm.h"
27+
#include "rtx_core_cm.h"
2828
#include "mbed_critical.h"
2929
#include "mbed_assert.h"
3030
#include <new>

0 commit comments

Comments
 (0)