Merge pull request #58 from jschall/patch-1

increase TTYPATH_LENGTH

tnx jschall!
pull/62/head
Oliver Hartkopp 2017-11-29 11:00:08 +01:00 committed by GitHub
commit 60de0d9783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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