We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c77176d + f55c80b commit 7b4da55Copy full SHA for 7b4da55
picow/CMakeLists.txt
@@ -35,8 +35,8 @@ target_include_directories(${PROJECT_NAME}${ProjBoardType}${ProjOutputType} PRIV
35
target_link_libraries(${PROJECT_NAME}${ProjBoardType}${ProjOutputType} libmobile_static pico_stdlib hardware_pio hardware_flash pico_cyw43_arch_lwip_poll)
36
37
# disable usb output, enable uart output
38
-pico_enable_stdio_usb(${PROJECT_NAME}${ProjBoardType}${ProjOutputType} 0)
39
-pico_enable_stdio_uart(${PROJECT_NAME}${ProjBoardType}${ProjOutputType} 1)
+pico_enable_stdio_usb(${PROJECT_NAME}${ProjBoardType}${ProjOutputType} 1)
+pico_enable_stdio_uart(${PROJECT_NAME}${ProjBoardType}${ProjOutputType} 0)
40
41
# create map/bin/hex file etc.
42
pico_add_extra_outputs(${PROJECT_NAME}${ProjBoardType}${ProjOutputType})
0 commit comments