Browse Source

Update include_tree

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
f3b37229fa
  1. 2
      platformio.ini

2
platformio.ini

@ -991,4 +991,4 @@ src_filter = ${common.default_src_filter} +<src/HAL/LINUX>
platform = atmelavr platform = atmelavr
board = megaatmega2560 board = megaatmega2560
build_flags = -c -H -std=gnu++11 -Wall -Os -D__MARLIN_FIRMWARE__ build_flags = -c -H -std=gnu++11 -Wall -Os -D__MARLIN_FIRMWARE__
src_filter = +<src/Marlin.cpp> src_filter = +<src/MarlinCore.cpp>

Loading…
Cancel
Save