fix some bugs in 3steppers

This commit is contained in:
2022-06-10 20:07:41 +03:00
parent 80726e1c2b
commit 16f72f6801
13 changed files with 276 additions and 88 deletions

View File

@@ -36,7 +36,7 @@
#define newline() do{bufputchar('\n');}while(0)
// newline & send buffer
#define NL() do{bufputchar('\n'); sendbuf();}while(0)
#define NL() do{bufputchar('\n');}while(0)
#define IGN_SIZE 10
extern uint16_t Ignore_IDs[IGN_SIZE];