Fix tests

pull/224/head
Alex Voinea 2022-10-13 22:39:18 +02:00 committed by DRracer
parent d7301b8d58
commit e2924c3506
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; this->enabled = enabled;
} }
void TMC2130::SetCurrents(const MotorParams &params, const MotorCurrents &currents) {
}
void TMC2130::Isr(const MotorParams &params) { void TMC2130::Isr(const MotorParams &params) {
} }