From 49d7d9edfbe775a70b83b650df7829567307a7c7 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Tue, 2 Aug 2022 13:29:08 +0100 Subject: [PATCH] typo (#905) --- src/rp2_common.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rp2_common.cmake b/src/rp2_common.cmake index 63e2308..bc82e7c 100644 --- a/src/rp2_common.cmake +++ b/src/rp2_common.cmake @@ -22,7 +22,7 @@ function(pico_add_extra_outputs TARGET) pico_add_bin_output(${TARGET}) pico_add_dis_output(${TARGET}) - # PICO_CMAKE_CONFIG: PICO_NO_TARGET_NAME, Don't defined PICO_TARGET_NAME, type=bool, default=0, group=build + # PICO_CMAKE_CONFIG: PICO_NO_TARGET_NAME, Don't define PICO_TARGET_NAME, type=bool, default=0, group=build # PICO_BUILD_DEFINE: PICO_TARGET_NAME, The name of the build target being compiled (unless PICO_NO_TARGET_NAME set in build), type=string, default=target name, group=build if (NOT PICO_NO_TARGET_NAME) target_compile_definitions(${TARGET} PRIVATE