Stepper indirection fix tmc driver

master
MagoKimbra 7 years ago
parent 177ad245f6
commit ae277aebc6

@ -85,8 +85,8 @@
#endif
#define _TMC_INIT(A) do{ \
stepper##A.setMicrosteps(A##_MICROSTEPS);
stepper##A.start();
stepper##A.setMicrosteps(A##_MICROSTEPS); \
stepper##A.start(); \
} while(0)
void tmc_init() {

Loading…
Cancel
Save