Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f8eebb5

Browse files
authoredApr 17, 2019
Fix indentation
1 parent 6bf1048 commit f8eebb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/platformio-build.py

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.