Skip to content

Commit 6eb753e

Browse files
authored
change variable description
1 parent febb892 commit 6eb753e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ function(picotool_postprocess_binary TARGET)
472472
PICOTOOL_PROCESSING_CONFIGURED true
473473
)
474474

475-
# PICO_CMAKE_CONFIG: PICO_ALLOW_EXAMPLE_KEYS, Don't throw warning when using default signing/encryption keys, type=bool, default=0, group=build
475+
# PICO_CMAKE_CONFIG: PICO_ALLOW_EXAMPLE_KEYS, Don't raise a warning when using default signing/encryption keys, type=bool, default=0, group=build
476476
if (NOT PICO_ALLOW_EXAMPLE_KEYS)
477477
picotool_check_default_keys(${TARGET})
478478
endif()

0 commit comments

Comments
 (0)