Merge pull request #159 from chenrui333/fix-build-issue

fix macOS build
This commit is contained in:
Martin Lund 2022-07-14 04:17:03 +02:00 committed by GitHub
commit 96a035a56d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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