Fix FW build - define (empty) TMC2130::Init

pull/62/head
D.R.racer 2021-07-14 08:58:46 +02:00 committed by DRracer
parent f62cb99b13
commit 0744009955
1 changed files with 4 additions and 0 deletions

View File

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