Merge pull request #58 from jschall/patch-1

increase TTYPATH_LENGTH

tnx jschall!
This commit is contained in:
Oliver Hartkopp
2017-11-29 11:00:08 +01:00
committed by GitHub
+1 -1
View File
@@ -48,7 +48,7 @@
#define RUN_AS_USER "root" #define RUN_AS_USER "root"
/* The length of ttypath buffer */ /* The length of ttypath buffer */
#define TTYPATH_LENGTH 64 #define TTYPATH_LENGTH 256
/* UART flow control types */ /* UART flow control types */
#define FLOW_NONE 0 #define FLOW_NONE 0