Skip to content

Commit

Permalink
platformio.ini syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberman54 committed Jan 19, 2023
1 parent 50ed262 commit 36d7eee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion platformio_orig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ lib_deps = ${common.lib_deps_all}
build_flags =
-include "src/hal/${board.halfile}"
${common.build_flags_all}
upload_protocol = ${common.upload_protocol}
extra_scripts = ${common.extra_scripts}
monitor_speed = ${common.monitor_speed}
monitor_filters = time, esp32_exception_decoder, default
Expand Down
1 change: 0 additions & 1 deletion platformio_orig_s3.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ lib_deps = ${common.lib_deps_all}
build_flags =
-include "src/hal/${board.halfile}"
${common.build_flags_all}
upload_protocol = ${common.upload_protocol}
extra_scripts = ${common.extra_scripts}
monitor_speed = ${common.monitor_speed}
monitor_filters = time, esp32_exception_decoder, default
Expand Down

0 comments on commit 36d7eee

Please sign in to comment.