Closes: https://github.com/espressif/esp-idf/issues/10343
@@ -1,3 +1,3 @@
idf_component_register(SRCS "i2s_es7210_record_example.c"
- INCLUDE_DIRS "../../../common"
+ INCLUDE_DIRS "$ENV{IDF_PATH}/examples/peripherals/i2s/common"
)
@@ -1,2 +1,2 @@
idf_component_register(SRCS "i2s_recorder_main.c"
- INCLUDE_DIRS "../../common")
+ INCLUDE_DIRS "$ENV{IDF_PATH}/examples/peripherals/i2s/common")