Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_i2s_record_example_include_path' into 'master'
Browse files Browse the repository at this point in the history
i2s_record: use absolute including path

Closes IDFGH-8926

See merge request espressif/esp-idf!21647
  • Loading branch information
L-KAYA committed Dec 20, 2022
2 parents 371a6ab + bfb98ba commit a5adb4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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"
)
2 changes: 1 addition & 1 deletion examples/peripherals/i2s/i2s_recorder/main/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
idf_component_register(SRCS "i2s_recorder_main.c"
INCLUDE_DIRS "../../common")
INCLUDE_DIRS "$ENV{IDF_PATH}/examples/peripherals/i2s/common")

0 comments on commit a5adb4b

Please sign in to comment.