Browse Source

Update include_tree

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

+ 1
- 1
platformio.ini View File

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

Loading…
Cancel
Save