change cmdlenght to 70

This commit is contained in:
krolyxon 2023-03-23 13:40:29 +05:30
parent f1a8c401b9
commit 29d526a3f5
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@
#define SIGMINUS SIGRTMIN
#endif
#define LENGTH(X) (sizeof(X) / sizeof (X[0]))
#define CMDLENGTH 50
// #define CMDLENGTH 50
#define CMDLENGTH 70
#define MIN( a, b ) ( ( a < b) ? a : b )
#define STATUSLENGTH (LENGTH(blocks) * CMDLENGTH + 1)