diff --git a/tests/unit/modules/stubs/stub_tmc2130.cpp b/tests/unit/modules/stubs/stub_tmc2130.cpp index 0182c69..50fa9a0 100644 --- a/tests/unit/modules/stubs/stub_tmc2130.cpp +++ b/tests/unit/modules/stubs/stub_tmc2130.cpp @@ -13,5 +13,9 @@ void TMC2130::SetMode(MotorMode mode) { // TODO } +void TMC2130::Init(const MotorParams & /*params*/) { + // TODO +} + } // namespace tmc2130 } // namespace hal