| 979 | } |
| 980 | |
| 981 | GCodeResult CanInterface::SetRemoteStandstillCurrentPercent(const CanDriversData<float>& data, const StringRef& reply) noexcept |
| 982 | { |
| 983 | return SetRemoteDriverValues(data, reply, CanMessageType::setStandstillCurrentFactor); |
| 984 | } |
| 985 | |
| 986 | GCodeResult CanInterface::SetRemoteDriverCurrents(const CanDriversData<float>& data, const StringRef& reply) noexcept |
| 987 | { |
nothing calls this directly
no test coverage detected