Skip to content

Commit

Permalink
Update stdio for uart data logger
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbar committed Feb 1, 2024
1 parent 74eca91 commit 72178a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ target_link_libraries(template

pico_add_extra_outputs(template)

pico_enable_stdio_usb(template 1)
pico_enable_stdio_uart(template 0)
pico_enable_stdio_usb(template 0)
pico_enable_stdio_uart(template 1)

0 comments on commit 72178a7

Please sign in to comment.