diff --git a/serialport.c b/serialport.c index 5e77607..9697b7c 100644 --- a/serialport.c +++ b/serialport.c @@ -46,7 +46,8 @@ #include "linux/serial.h" #include "linux_termios.h" #if defined(TCGETX) && defined(TCSETX) && defined(HAVE_TERMIOX) -#define USE_TERMIOX +// FIXME: Temporarily disabled, breaks all lib functionality on some systems. +// #define USE_TERMIOX #endif #endif