diff --git a/CMakeLists.txt b/CMakeLists.txt
index eca821e2858709257edc6ab603ba2831df07fd66..0788bdebcef009abc598d6c499e06978dbcf8abf 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)