From 653caa157608a0edd5a3f780600d143824c2d48e Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 18 Oct 2020 16:00:29 -0500 Subject: [PATCH] Update platformio.ini --- platformio.ini | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/platformio.ini b/platformio.ini index 048f98e4a5..33ad0290f0 100644 --- a/platformio.ini +++ b/platformio.ini @@ -18,7 +18,7 @@ [platformio] src_dir = Marlin boards_dir = buildroot/share/PlatformIO/boards -default_envs = flsun_hispeed +default_envs = mega2560 include_dir = Marlin # @@ -421,11 +421,9 @@ extends = common_stm32f1 board = genericSTM32F103VE extra_scripts = ${common.extra_scripts} buildroot/share/PlatformIO/scripts/mks_robin_mini.py -build_flags = ${common_stm32f1.build_flags} - -DMCU_STM32F103VE -lib_deps = - TMCStepper - +build_flags = ${common_stm32f1.build_flags} -DMCU_STM32F103VE +lib_deps = TMCStepper + ################################# # # # AVR Architecture #