Skip to content

Commit 832c08e

Browse files
authored
Remove nonexisting folder from include path (#6798)
1 parent 99ba0e1 commit 832c08e

4 files changed

+0
-4
lines changed

Diff for: tools/platformio-build-esp32.py

-1
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"),

Diff for: tools/platformio-build-esp32c3.py

-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
],
117117

118118
CPPPATH=[
119-
join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "config"),
120119
join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "newlib", "platform_include"),
121120
join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "freertos", "include"),
122121
join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "freertos", "include", "esp_additions", "freertos"),

Diff for: tools/platformio-build-esp32s2.py

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
],
114114

115115
CPPPATH=[
116-
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "config"),
117116
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "newlib", "platform_include"),
118117
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "freertos", "include"),
119118
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "freertos", "include", "esp_additions", "freertos"),

Diff for: tools/platformio-build-esp32s3.py

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
],
114114

115115
CPPPATH=[
116-
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s3", "include", "config"),
117116
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s3", "include", "newlib", "platform_include"),
118117
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s3", "include", "freertos", "include"),
119118
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s3", "include", "freertos", "include", "esp_additions", "freertos"),

0 commit comments

Comments
 (0)