Skip to content

Commit cdf1a95

Browse files
authored
Typo (#251)
1 parent 336aae5 commit cdf1a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rp2_common/boot_stage2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endif()
66
set(PICO_DEFAULT_BOOT_STAGE2_FILE "${PICO_DEFAULT_BOOT_STAGE2_FILE}" CACHE STRING "boot_stage2 source file" FORCE)
77

88
if (NOT EXISTS ${PICO_DEFAULT_BOOT_STAGE2_FILE})
9-
message(FATAL_ERROR "Specified boot_stage2 source '${PICO_BOOT_STAGE2_FILE}' does not exist.")
9+
message(FATAL_ERROR "Specified boot_stage2 source '${PICO_DEFAULT_BOOT_STAGE2_FILE}' does not exist.")
1010
endif()
1111

1212
# needed by function below

0 commit comments

Comments
 (0)