From 5e934ff2cc865d5f0771a71d6bec348034cae7cf Mon Sep 17 00:00:00 2001 From: ed8g20 <ed8g20@soton.ac.uk> Date: Mon, 15 May 2023 10:58:43 +0000 Subject: [PATCH] Update file CMakeLists.txt --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eca821e..0788bde 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,8 +28,5 @@ include(drivers/st7789/st7789) # Pull in pico libraries that we need target_link_libraries(scope pico_stdlib hardware_spi hardware_pwm hardware_dma rgbled button pico_display pico_graphics st7789) -pico_enable_stdio_usb(scope 1) -pico_enable_stdio_uart(scope 0) - # create map/bin/hex file etc. pico_add_extra_outputs(scope) -- GitLab