mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
i2s_record: use absolute including path
Closes: https://github.com/espressif/esp-idf/issues/10343
This commit is contained in:
parent
371a6abdca
commit
bfb98ba737
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user