Skip to content

Commit 31df5b2

Browse files
author
Jan Kamidra
committed
typo in path
1 parent a60fdfd commit 31df5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmsis/CMSIS_cmake/cmsis_core.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ elseif("CORTEX_M" IN_LIST MBED_TARGET_LABELS)
6969

7070
target_sources(mbed-cmsis-cortex-m
7171
INTERFACE
72-
${CMAKE_CURRENT_LIST_DIR}/../device/rtos/Source/mbed_tz_context.c
72+
${CMAKE_CURRENT_LIST_DIR}/../device/rtos/source/mbed_tz_context.c
7373
)
7474

7575
endif()

0 commit comments

Comments
 (0)