mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
Merge pull request #58 from jschall/patch-1
increase TTYPATH_LENGTH tnx jschall!
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user