Skip to content

Commit

Permalink
Observe how lib_ldf_mode=off fails…
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jul 24, 2020
1 parent 1335cd0 commit a247ab5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extra_scripts =
pre:buildroot/share/PlatformIO/scripts/common-features-dependencies.py
pre:buildroot/share/PlatformIO/scripts/common-cxxflags.py
build_flags = -fmax-errors=5 -g -D__MARLIN_FIRMWARE__ -fmerge-all-constants
lib_deps =
lib_deps = SPI

#
# Feature Dependencies
Expand Down Expand Up @@ -69,6 +69,7 @@ extra_scripts = ${common.extra_scripts}
build_flags = ${common.build_flags}
lib_deps = ${common.lib_deps}
monitor_speed = 250000
lib_ldf_mode = off

#################################
# #
Expand Down

0 comments on commit a247ab5

Please sign in to comment.