Skip to content
Snippets Groups Projects
Commit 39c0c2ae authored by InsanityAutomation's avatar InsanityAutomation Committed by Scott Lahteine
Browse files

Add TMCStepper libs to lib_ignore for Melzi (#14322)

parent 6664b90b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment