diff --git a/src/hal/avr/tmc2130.cpp b/src/hal/avr/tmc2130.cpp index dd088be..f8a042c 100644 --- a/src/hal/avr/tmc2130.cpp +++ b/src/hal/avr/tmc2130.cpp @@ -9,5 +9,9 @@ TMC2130::TMC2130(const MotorParams ¶ms, // TODO } +void TMC2130::Init(const MotorParams ¶ms) { + // TODO +} + } // namespace tmc2130 } // namespace hal