Fix for compatibility with Boost 1.66
Compatibility with at least as early as Boost 1.58 still persists Signed-off-by: Anton Gerasimov <tossel@gmail.com>
This commit is contained in:
parent
5723673141
commit
070550e655
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ namespace create {
|
|||
|
||||
void SerialQuery::flushInput() {
|
||||
// Only works with POSIX support
|
||||
tcflush(port.lowest_layer().native(), TCIFLUSH);
|
||||
tcflush(port.lowest_layer().native_handle(), TCIFLUSH);
|
||||
}
|
||||
|
||||
void SerialQuery::processByte(uint8_t byteRead) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue