tmc2130: fix octoprint error

This commit is contained in:
Guðni Már Gilbert 2023-07-25 14:12:43 +00:00
parent fa6aae60db
commit 5b8813bf18
1 changed files with 1 additions and 1 deletions

View File

@ -870,7 +870,7 @@ void tmc2130_get_wave(uint8_t axis, uint8_t* data)
if (mscnt == i)
printf_P(PSTR("%d\t%d\n"), i, curA);
else //TODO - remove this check
printf_P(PSTR("!! (i=%d MSCNT=%d)\n"), i, mscnt);
printf_P(PSTR("! (i=%d MSCNT=%d)\n"), i, mscnt);
if (data) *(data++) = curA;
tmc2130_do_step(axis);
delayMicroseconds(100);