5 lines
148 B
CMake
5 lines
148 B
CMake
idf_component_register(SRCS "STATUS_LED.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES driver log
|
|
)
|