5 lines
90 B
CMake
5 lines
90 B
CMake
if (NOT PICO_NO_HARDWARE)
|
|
add_subdirectory(usb)
|
|
add_subdirectory(serial)
|
|
endif ()
|