configure.ac: AC_CHECK_HEADERS added.

This commit is contained in:
Roland Jax
2014-11-13 14:18:37 +01:00
parent 2695dd141d
commit b89a441f99
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ void DeviceSerial::openDevice(const std::string deviceName, const bool noDeviceC
newSettings.c_cc[VTIME] = 0;
// empty device buffer
tcflush(m_fd, TCIOFLUSH);
tcflush(m_fd, TCIFLUSH);
// activate new settings of serial device
tcsetattr(m_fd, TCSANOW, &newSettings);