refactor(structure): move layered firmware modules from main to components
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
idf_component_register(
|
||||
SRCS
|
||||
"../../main/app_composition/src/app_main.c"
|
||||
"src/app_main.c"
|
||||
INCLUDE_DIRS
|
||||
"../../main/app_composition/include"
|
||||
"include"
|
||||
PRIV_INCLUDE_DIRS
|
||||
"../../main/app_composition/internal"
|
||||
"internal"
|
||||
REQUIRES
|
||||
control_plane
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user