Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tmc5160: Increase maximum current error check
It's possible to build and configure tmc5160 drivers with external mosfets that support more than 3 amps. The actual maximum for tmc5160 drivers is dependent on how the board is wired and the mosfets used. Increase the error check to 10 amps. This error checking is primarily intended to catch "obvious misconfigurations" (eg, specifying milli-amps instead of amps), and the new value of 10 amps should suffice for this task. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
- Loading branch information