Skip to content

Commit f8eebb5

Browse files
authored
Fix indentation
1 parent 6bf1048 commit f8eebb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/platformio-build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
],
9898

9999
CPPPATH=[
100-
join(FRAMEWORK_DIR, "tools", "sdk", "include", "config"),
100+
join(FRAMEWORK_DIR, "tools", "sdk", "include", "config"),
101101
join(FRAMEWORK_DIR, "tools", "sdk", "include", "app_trace"),
102102
join(FRAMEWORK_DIR, "tools", "sdk", "include", "app_update"),
103103
join(FRAMEWORK_DIR, "tools", "sdk", "include", "asio"),

0 commit comments

Comments
 (0)