nodemcu-firmware/components/driver_can/CMakeLists.txt

9 lines
119 B
CMake
Raw Normal View History

if(NOT "${IDF_TARGET}" STREQUAL "esp32c3")
idf_component_register(
SRCS "CAN.c"
INCLUDE_DIRS "include"
)
endif()