mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-03-13 12:41:59 +01:00
Typo (#251)
This commit is contained in:
parent
336aae518e
commit
cdf1a956eb
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ endif()
|
|||
set(PICO_DEFAULT_BOOT_STAGE2_FILE "${PICO_DEFAULT_BOOT_STAGE2_FILE}" CACHE STRING "boot_stage2 source file" FORCE)
|
||||
|
||||
if (NOT EXISTS ${PICO_DEFAULT_BOOT_STAGE2_FILE})
|
||||
message(FATAL_ERROR "Specified boot_stage2 source '${PICO_BOOT_STAGE2_FILE}' does not exist.")
|
||||
message(FATAL_ERROR "Specified boot_stage2 source '${PICO_DEFAULT_BOOT_STAGE2_FILE}' does not exist.")
|
||||
endif()
|
||||
|
||||
# needed by function below
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue