Switch to serial over USB CDC

This commit is contained in:
Justin C. Miller
2025-03-30 18:41:11 -07:00
parent 3376d52d8e
commit bc59757f4c
6 changed files with 72 additions and 26 deletions

View File

@@ -57,7 +57,7 @@ target_sources(edmfd PUBLIC
src/edmfd/vendor.cc
)
pico_enable_stdio_uart(edmfd 1)
pico_enable_stdio_usb(edmfd 1)
pico_enable_stdio_uart(edmfd 0)
pico_add_extra_outputs(edmfd)
target_link_libraries(edmfd PUBLIC