mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Merge pull request #159 from chenrui333/fix-build-issue
fix macOS build
This commit is contained in:
commit
96a035a56d
1 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,10 @@
|
||||||
#define PATH_SERIAL_DEVICES "/dev/serial/by-id/"
|
#define PATH_SERIAL_DEVICES "/dev/serial/by-id/"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef CMSPAR
|
||||||
|
#define CMSPAR 010000000000
|
||||||
|
#endif
|
||||||
|
|
||||||
bool interactive_mode = true;
|
bool interactive_mode = true;
|
||||||
|
|
||||||
static struct termios tio, tio_old, stdout_new, stdout_old, stdin_new, stdin_old;
|
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