4 lines
62 B
CMake
4 lines
62 B
CMake
|
if (NOT PICO_NO_HARDWARE)
|
||
|
add_subdirectory(uart)
|
||
|
endif ()
|