mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
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:
parent
6989c893cc
commit
1ca386847c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue