5 lines
104 B
CMake
5 lines
104 B
CMake
if (NOT PICO_NO_HARDWARE)
|
|
add_subdirectory(hello_uart)
|
|
add_subdirectory(uart_advanced)
|
|
endif ()
|