Fix FW build - define (empty) TMC2130::Init
parent
f62cb99b13
commit
0744009955
|
|
@ -9,5 +9,9 @@ TMC2130::TMC2130(const MotorParams ¶ms,
|
||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void TMC2130::Init(const MotorParams ¶ms) {
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
|
|
||||||
} // namespace tmc2130
|
} // namespace tmc2130
|
||||||
} // namespace hal
|
} // namespace hal
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue