esp32_shock/components/twai_communication/CMakeLists.txt

3 lines
141 B
CMake
Raw Normal View History

2024-04-27 09:15:55 +08:00
idf_component_register(SRCS "twai_communication.c"
INCLUDE_DIRS "."
2024-04-29 17:35:50 +08:00
REQUIRES driver lis3dsh twai_ota)