mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
fix compilation error
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
e1c7a5c69a
commit
223f0c5d13
1 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,10 @@
|
|||
#define PATH_SERIAL_DEVICES "/dev/serial/by-id/"
|
||||
#endif
|
||||
|
||||
#ifndef CMSPAR
|
||||
#define CMSPAR 010000000000
|
||||
#endif
|
||||
|
||||
bool interactive_mode = true;
|
||||
|
||||
static struct termios tio, tio_old, stdout_new, stdout_old, stdin_new, stdin_old;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue