Skip to content

Commit 7aea89e

Browse files
d-c-dwill-v-pi
authored andcommitted
Correct type in comment in CMakeLists.txt (raspberrypi#2274)
correct outdated comment after 2 lines were deleted, but comment was not Fixes raspberrypi#2273
1 parent 0c45e50 commit 7aea89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rp2_common/cmsis/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# message(WARNING "Non-standard vendor ${PICO_CMSIS_VENDOR} amd device ${PICO_CMSIS_DEVICE} specified, but PICO_CMSIS_PATH was not set")
4545
#endif()
4646

47-
# ... using these 3 lines instead
47+
# ... using this line instead
4848
set(PICO_CMSIS_CORE_PATH ${CMAKE_CURRENT_LIST_DIR}/stub)
4949

5050
if (PICO_CMSIS_CORE_PATH AND PICO_CMSIS_DEVICE)

0 commit comments

Comments
 (0)