Prusa-Firmware-MMU/tests/unit/modules/stubs/stub_tmc2130.cpp

13 lines
205 B
C++

#include "tmc2130.h"
namespace hal {
namespace tmc2130 {
TMC2130::TMC2130(const MotorParams &params,
const MotorCurrents &currents,
MotorMode mode) {
}
} // namespace tmc2130
} // namespace hal