increase TTYPATH_LENGTH

ttypath can't fit filenames such as /dev/serial/by-id/usb-Zubax_Robotics_Zubax_Babel_1D002A00185732523935382000000000-if00
pull/58/head
jschall 2017-11-28 13:02:01 -08:00 committed by GitHub
parent 5b518a0a5f
commit f1c3ed1461
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"
/* The length of ttypath buffer */
#define TTYPATH_LENGTH 64
#define TTYPATH_LENGTH 256
/* UART flow control types */
#define FLOW_NONE 0