Update include_tree

This commit is contained in:
Scott Lahteine 2020-07-28 18:13:20 -05:00 committed by Scott Lahteine
parent 8f8b0d84ae
commit ed5ae0a2f7

View File

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