Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f8eebb5

Browse filesBrowse files
authored
Fix indentation
1 parent 6bf1048 commit f8eebb5
Copy full SHA for f8eebb5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎tools/platformio-build.py

Copy file name to clipboardExpand all lines: tools/platformio-build.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.