Fix tests

pull/218/head
Alex Voinea 2022-10-13 22:39:18 +02:00 committed by D.R.racer
parent 602fa209fa
commit d98f74edfe
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ void TMC2130::SetEnabled(const MotorParams &params, bool enabled) {
this->enabled = enabled;
}
void TMC2130::SetCurrents(const MotorParams &params, const MotorCurrents &currents) {
}
void TMC2130::Isr(const MotorParams &params) {
}