Add TMCStepper libs to lib_ignore for Melzi (#14322)

This commit is contained in:
InsanityAutomation 2019-06-27 17:57:38 -04:00 committed by Scott Lahteine
parent 6664b90bbb
commit 39c0c2aebe

View File

@ -198,6 +198,7 @@ board = sanguino_atmega1284p
build_flags = ${common.build_flags}
upload_speed = 57600
lib_deps = ${common.lib_deps}
lib_ignore = TMCStepper, TMC26XStepper
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
monitor_speed = 250000
@ -211,6 +212,7 @@ board = sanguino_atmega1284p
build_flags = ${common.build_flags}
upload_speed = 115200
lib_deps = ${common.lib_deps}
lib_ignore = TMCStepper, TMC26XStepper
src_filter = ${common.default_src_filter} +<src/HAL/HAL_AVR>
monitor_speed = 250000