Correct type in comment in CMakeLists.txt (#2274)

correct outdated comment after 2 lines were deleted, but comment was not

Fixes https://github.com/raspberrypi/pico-sdk/issues/2273
This commit is contained in:
David Dyck 2025-02-16 08:13:30 -10:00 committed by GitHub
parent 6989c893cc
commit 1ca386847c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@
# message(WARNING "Non-standard vendor ${PICO_CMSIS_VENDOR} amd device ${PICO_CMSIS_DEVICE} specified, but PICO_CMSIS_PATH was not set")
#endif()
# ... using these 3 lines instead
# ... using this line instead
set(PICO_CMSIS_CORE_PATH ${CMAKE_CURRENT_LIST_DIR}/stub)
if (PICO_CMSIS_CORE_PATH AND PICO_CMSIS_DEVICE)