From 0231f65c69280956704d05dc9aa07a9deaee7740 Mon Sep 17 00:00:00 2001 From: abp1g20 <abp1g20@soton.ac.uk> Date: Wed, 4 May 2022 15:32:08 +0000 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd004bf..18defef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,6 @@ target_link_libraries(temp hardware_dma ) -pico_enable_stdio_usb(main 1) -pico_enable_stdio_uart(main 0) +pico_enable_stdio_usb(temp 1) +pico_enable_stdio_uart(temp 0) -- GitLab