update for libusefull_macros v.0.3.2

This commit is contained in:
2025-04-28 12:38:41 +03:00
parent 9048c98099
commit 9c2b6aeebf
8 changed files with 38 additions and 129 deletions

View File

@@ -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"