Skip to content

Commit 7b4da55

Browse files
authored
Merge pull request #72 from zenaro147/feature/pico2_support
Update CMakeLists.txt
2 parents c77176d + f55c80b commit 7b4da55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

picow/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ target_include_directories(${PROJECT_NAME}${ProjBoardType}${ProjOutputType} PRIV
3535
target_link_libraries(${PROJECT_NAME}${ProjBoardType}${ProjOutputType} libmobile_static pico_stdlib hardware_pio hardware_flash pico_cyw43_arch_lwip_poll)
3636

3737
# 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)
38+
pico_enable_stdio_usb(${PROJECT_NAME}${ProjBoardType}${ProjOutputType} 1)
39+
pico_enable_stdio_uart(${PROJECT_NAME}${ProjBoardType}${ProjOutputType} 0)
4040

4141
# create map/bin/hex file etc.
4242
pico_add_extra_outputs(${PROJECT_NAME}${ProjBoardType}${ProjOutputType})

0 commit comments

Comments
 (0)