mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Revert "Added support for non-standard baud rates"
This reverts commit deec83a4ee.
Reverting because supporting non-standard or arbitrary baud rates is
troublesome because the c library provides no means of doing so and even
if bare metal linux kernel interface is used it will not work on all
Linux kernels version.
This commit is contained in:
parent
28faf082fd
commit
61655faaa8
2 changed files with 3 additions and 28 deletions
|
|
@ -87,9 +87,6 @@ TIO_CHECK_BAUDRATES(
|
|||
|
||||
AC_DEFINE_UNQUOTED([AUTOCONF_BAUDRATE_CASES],[$BAUDRATE_CASES],[Switch cases for detected baud rates])
|
||||
|
||||
# Check that it is possible to set arbitrary baud rates using BOTHER
|
||||
AC_CHECK_DECLS([BOTHER], [], [], [[#include <asm/termios.h>]])
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_CONFIG_FILES([src/Makefile])
|
||||
AC_CONFIG_FILES([src/bash-completion/tio])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue