1
0

Updated SDK to v1.5.0

This commit is contained in:
JackCarterSmith 2023-02-25 10:14:17 +01:00
parent 833fd7d988
commit 59ac5991e7
Signed by: JackCarterSmith
GPG Key ID: 832E52F4E23F8F24

View File

@ -7,8 +7,8 @@ project(pico_examples C CXX ASM)
set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
if (PICO_SDK_VERSION_STRING VERSION_LESS "1.4.0")
message(FATAL_ERROR "Raspberry Pi Pico SDK version 1.4.0 (or later) required. Your version is ${PICO_SDK_VERSION_STRING}")
if (PICO_SDK_VERSION_STRING VERSION_LESS "1.5.0")
message(FATAL_ERROR "Raspberry Pi Pico SDK version 1.5.0 (or later) required. Your version is ${PICO_SDK_VERSION_STRING}")
endif()
# Initialize the SDK