fix compilation error

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2022-07-13 22:09:07 -04:00
parent e1c7a5c69a
commit 223f0c5d13
No known key found for this signature in database
GPG key ID: F3E81483BC52ACCA

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;