Modify the ESP IDF compilation error

Change-Id: I760fbf804178c1272e8e69db3e91f4ae37bbff23
This commit is contained in:
weidonglin 2021-09-22 23:48:07 +08:00
parent afb2d72182
commit 55492fa496
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
idf_component_register(SRCS "esp_idf.c"
"../../extensions/test//src/test.c"
"../../../extensions/test//src/test.c"
"../../../src/xcmd.c"
"../../../src/xcmd_default_keys.c"
"../../../src/xcmd_default_cmds.c"
INCLUDE_DIRS "."
"../../../inc/"
"../../extensions/test/inc/")
"../../../extensions/test/inc/")