Closed alexis-cala closed 3 years ago
#define TMC5160_SW STOPL_POLARITY 0x0004
In TMC5160_Constants.h line 29, there is a space between SW and STOPL instead of an underscore.
SW
STOPL
Hi, thanks for the hint. Has been fixed now.
#define TMC5160_SW STOPL_POLARITY 0x0004
In TMC5160_Constants.h line 29, there is a space between
SW
andSTOPL
instead of an underscore.