diff options
| author | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2017-01-27 14:09:07 +0200 |
|---|---|---|
| committer | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2017-01-27 14:09:07 +0200 |
| commit | b70a617475efe9af38e6d3debc26ff1555714435 (patch) | |
| tree | 832d67329b562c1407cddebad756da53efea0cc1 | |
| parent | 6ce53fb1222a91d3e709e4a604a44a8ca33bc00c (diff) | |
| download | SimpleMotionV2-feature/replace_rs232_lib.tar.gz SimpleMotionV2-feature/replace_rs232_lib.zip | |
Make serial port driver unix compliant, not only linuxfeature/replace_rs232_lib
| -rw-r--r-- | pcserialport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcserialport.c b/pcserialport.c index 5abd07e..792f079 100644 --- a/pcserialport.c +++ b/pcserialport.c @@ -14,7 +14,7 @@ #include "pcserialport.h" #include "simplemotion_private.h" //needed for timeout variable -#ifdef __linux__ +#ifdef __unix__ #include <termios.h> #include <limits.h> |
