Skip to content

Commit 731a9cf

Browse files
authored
Remove nonexisting folder from include path
1 parent 1a7962e commit 731a9cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/platformio-build-esp32.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
],
118118

119119
CPPPATH=[
120-
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "config"),
121120
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "newlib", "platform_include"),
122121
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "freertos", "include"),
123122
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "freertos", "include", "esp_additions", "freertos"),

0 commit comments

Comments
 (0)