From d8bf669a571305150182b7de3306a43006e15a5f Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Thu, 23 Nov 2023 20:18:10 -0500 Subject: [PATCH] Update CMakeLists.txt --- 0x0001_hello-world/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0x0001_hello-world/CMakeLists.txt b/0x0001_hello-world/CMakeLists.txt index e3e6319..b2fc054 100644 --- a/0x0001_hello-world/CMakeLists.txt +++ b/0x0001_hello-world/CMakeLists.txt @@ -51,7 +51,7 @@ target_link_libraries(0x0001_hello-world pico_stdlib ) -pico_enable_stdio_usb(0x0001_hello-world 1) +pico_enable_stdio_usb(0x0001_hello-world 0) pico_enable_stdio_uart(0x0001_hello-world 1) pico_add_extra_outputs(0x0001_hello-world)