File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ if (TARGET hardware_uart)
22 add_subdirectory_exclude_platforms(hello_uart)
33 add_subdirectory_exclude_platforms(lcd_uart host)
44 add_subdirectory_exclude_platforms(uart_advanced host)
5+ add_subdirectory_exclude_platforms(gps_uart host)
56else ()
67 message ("Skipping UART examples as hardware_uart is unavailable on this platform" )
78endif ()
Original file line number Diff line number Diff line change @@ -4,9 +4,5 @@ add_executable(gps_uart gps_uart.c)
44# Link to pico_stdlib (gpio, time, etc. functions)
55target_link_libraries (gps_uart pico_stdlib hardware_uart)
66
7- # Enable usb output, disable uart output
8- pico_enable_stdio_usb(gps_uart 1)
9- pico_enable_stdio_uart(gps_uart 1)
10-
117# Create map/bin/hex/uf2 files
128pico_add_extra_outputs(gps_uart)
You can’t perform that action at this time.
0 commit comments