Skip to content

Commit 12e1359

Browse files
committed
Fix typo
1 parent 003526c commit 12e1359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trustzone/hello_trustzone/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ target_link_libraries(hello_trustzone_no_flash_ns
6161
)
6262

6363
# Set UF2 family manually
64-
pico_set_uf2_family(hello_trustzone_ns "rp2350-arm-ns")
64+
pico_set_uf2_family(hello_trustzone_no_flash_ns "rp2350-arm-ns")
6565

6666
# Use stdio_usb
6767
pico_enable_stdio_uart(hello_trustzone_no_flash_ns 0)

0 commit comments

Comments
 (0)