Fix tests
parent
602fa209fa
commit
d98f74edfe
|
|
@ -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) {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue