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 a60fdfd commit 31df5b2Copy full SHA for 31df5b2
cmsis/CMSIS_cmake/cmsis_core.cmake
@@ -69,7 +69,7 @@ elseif("CORTEX_M" IN_LIST MBED_TARGET_LABELS)
69
70
target_sources(mbed-cmsis-cortex-m
71
INTERFACE
72
- ${CMAKE_CURRENT_LIST_DIR}/../device/rtos/Source/mbed_tz_context.c
+ ${CMAKE_CURRENT_LIST_DIR}/../device/rtos/source/mbed_tz_context.c
73
)
74
75
endif()
0 commit comments