Init CS pins before loading settings

This commit is contained in:
teemuatlut 2018-02-10 19:16:08 +02:00
parent 3a3228ef1b
commit 7ee87dc2db
3 changed files with 46 additions and 0 deletions

View file

@ -100,4 +100,8 @@ void monitor_tmc_driver();
void tmc_sensorless_homing(TMC2130Stepper &st, bool enable=true);
#endif
#if ENABLED(HAVE_TMC2130)
void tmc_init_cs_pins();
#endif
#endif // _TMC_UTIL_H_