From 1ca386847c8831902cc4dfb0f30d2b4e1460f2e2 Mon Sep 17 00:00:00 2001 From: David Dyck Date: Sun, 16 Feb 2025 08:13:30 -1000 Subject: [PATCH] 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 --- src/rp2_common/cmsis/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rp2_common/cmsis/CMakeLists.txt b/src/rp2_common/cmsis/CMakeLists.txt index fb1fea22..d0582440 100644 --- a/src/rp2_common/cmsis/CMakeLists.txt +++ b/src/rp2_common/cmsis/CMakeLists.txt @@ -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)