diff --git a/tests/unit/modules/stubs/stub_tmc2130.cpp b/tests/unit/modules/stubs/stub_tmc2130.cpp index 1239b68..e769263 100644 --- a/tests/unit/modules/stubs/stub_tmc2130.cpp +++ b/tests/unit/modules/stubs/stub_tmc2130.cpp @@ -18,6 +18,9 @@ void TMC2130::SetEnabled(const MotorParams ¶ms, bool enabled) { this->enabled = enabled; } +void TMC2130::SetCurrents(const MotorParams ¶ms, const MotorCurrents ¤ts) { +} + void TMC2130::Isr(const MotorParams ¶ms) { }