Remove unecessary include_dirs
This commit is contained in:
parent
f31aa3261e
commit
3df2e79d86
|
|
@ -1,5 +1,5 @@
|
||||||
idf_component_register(
|
idf_component_register(
|
||||||
SRC_DIRS "src"
|
SRC_DIRS "src"
|
||||||
INCLUDE_DIRS "." "src"
|
INCLUDE_DIRS "src"
|
||||||
REQUIRES arduino-esp32
|
REQUIRES arduino-esp32
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue