Stepper indirection fix tmc driver

master
MagoKimbra 8 years ago
parent 177ad245f6
commit ae277aebc6

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

Loading…
Cancel
Save