Adicionar primeiro
This commit is contained in:
8
components/serial_mt/CMakeLists.txt
Executable file
8
components/serial_mt/CMakeLists.txt
Executable file
@@ -0,0 +1,8 @@
|
||||
set(srcs
|
||||
"src/serial_mt.c"
|
||||
)
|
||||
|
||||
idf_component_register(SRCS "${srcs}"
|
||||
INCLUDE_DIRS "include"
|
||||
PRIV_REQUIRES driver
|
||||
REQUIRES config evse currentshaper serial_sync)
|
||||
Reference in New Issue
Block a user