|
@@ -76,8 +76,12 @@ bool tmc2130_sg_change = false;
|
|
bool skip_debug_msg = false;
|
|
bool skip_debug_msg = false;
|
|
|
|
|
|
#define DBG(args...) printf_P(args)
|
|
#define DBG(args...) printf_P(args)
|
|
|
|
+#ifndef _n
|
|
#define _n PSTR
|
|
#define _n PSTR
|
|
|
|
+#endif
|
|
|
|
+#ifndef _i
|
|
#define _i PSTR
|
|
#define _i PSTR
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
|
|
#define TMC2130_REG_GCONF 0x00
|
|
#define TMC2130_REG_GCONF 0x00
|