Update include_tree

This commit is contained in:
Scott Lahteine 2020-07-28 18:13:20 -05:00
parent 121cd42c41
commit ad59adfe24

View File

@ -968,4 +968,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>