raspberrypi/433MHZ/hc12/uart/CMakeLists.txt
2023-04-18 19:42:00 +08:00

4 lines
62 B
CMake

if (NOT PICO_NO_HARDWARE)
add_subdirectory(uart)
endif ()