Fix TMC2130 stub

so that motion unit tests build and run
pull/61/head
D.R.racer 2021-07-14 08:37:11 +02:00 committed by DRracer
parent 52e3c3375a
commit f62cb99b13
1 changed files with 4 additions and 0 deletions

View File

@ -13,5 +13,9 @@ void TMC2130::SetMode(MotorMode mode) {
// TODO
}
void TMC2130::Init(const MotorParams & /*params*/) {
// TODO
}
} // namespace tmc2130
} // namespace hal