Fix tests
parent
d7301b8d58
commit
e2924c3506
|
|
@ -18,6 +18,9 @@ void TMC2130::SetEnabled(const MotorParams ¶ms, bool enabled) {
|
||||||
this->enabled = enabled;
|
this->enabled = enabled;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void TMC2130::SetCurrents(const MotorParams ¶ms, const MotorCurrents ¤ts) {
|
||||||
|
}
|
||||||
|
|
||||||
void TMC2130::Isr(const MotorParams ¶ms) {
|
void TMC2130::Isr(const MotorParams ¶ms) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue