mirror of
https://github.com/eddyem/tty_term.git
synced 2026-06-21 19:36:29 +03:00
update for libusefull_macros v.0.3.2
This commit is contained in:
@@ -27,6 +27,7 @@ typedef struct{
|
||||
int speed; // baudrate
|
||||
int tmoutms; // timeout for select() in ms
|
||||
int socket; // open socket
|
||||
int exclusive; // open serial in exclusive mode
|
||||
char *dumpfile; // file to save dump
|
||||
char *ttyname; // device name
|
||||
char *eol; // end of line: \r (CR), \rn (CR+LF) or \n (LF): "r", "rn", "n"
|
||||
|
||||
Reference in New Issue
Block a user