i2s_record: use absolute including path

Closes: https://github.com/espressif/esp-idf/issues/10343
This commit is contained in:
laokaiyao 2022-12-16 11:40:50 +08:00
parent 371a6abdca
commit bfb98ba737
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
idf_component_register(SRCS "i2s_es7210_record_example.c" idf_component_register(SRCS "i2s_es7210_record_example.c"
INCLUDE_DIRS "../../../common" INCLUDE_DIRS "$ENV{IDF_PATH}/examples/peripherals/i2s/common"
) )

View File

@ -1,2 +1,2 @@
idf_component_register(SRCS "i2s_recorder_main.c" idf_component_register(SRCS "i2s_recorder_main.c"
INCLUDE_DIRS "../../common") INCLUDE_DIRS "$ENV{IDF_PATH}/examples/peripherals/i2s/common")