Skip to content

Commit 264c597

Browse files
committed
Removed termiox support from android,
1 parent 5b0e9ff commit 264c597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/libserialport/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
/* #undef HAVE_STRUCT_TERMIOS_C_OSPEED */
5555

5656
/* Define to 1 if the system has the type `struct termiox'. */
57-
#define HAVE_STRUCT_TERMIOX 1
57+
#define HAVE_STRUCT_TERMIOX 0
5858

5959
/* sys/file.h is available. */
6060
#define HAVE_SYS_FILE_H 1

linux/libserialport/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
/* #undef HAVE_STRUCT_TERMIOS_C_OSPEED */
5555

5656
/* Define to 1 if the system has the type `struct termiox'. */
57-
#define HAVE_STRUCT_TERMIOX 0
57+
/* #undef HAVE_STRUCT_TERMIOX */
5858

5959
/* sys/file.h is available. */
6060
#define HAVE_SYS_FILE_H 1

0 commit comments

Comments
 (0)