Browse Source

Update include_tree

Scott Lahteine 3 years ago
parent
commit
f3b37229fa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      platformio.ini

+ 1
- 1
platformio.ini View File

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

Loading…
Cancel
Save