refactor(structure): move layered firmware modules from main to components

This commit is contained in:
admin
2026-02-26 10:22:24 +08:00
parent cf1fecb004
commit 044618b4ed
73 changed files with 49 additions and 49 deletions

View File

@@ -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
)