Skip to content

Commit

Permalink
i2s_record: use absolute including path
Browse files Browse the repository at this point in the history
Closes: #10343
  • Loading branch information
L-KAYA committed Dec 20, 2022
1 parent 371a6ab commit bfb98ba
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 bfb98ba

Please sign in to comment.