Browse Source

Update include_tree

Scott Lahteine 5 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
 platform    = atmelavr
991
 platform    = atmelavr
992
 board       = megaatmega2560
992
 board       = megaatmega2560
993
 build_flags = -c -H -std=gnu++11 -Wall -Os -D__MARLIN_FIRMWARE__
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