change cmdlenght to 70
This commit is contained in:
parent
f1a8c401b9
commit
29d526a3f5
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue