Comment out stale implementation in Serial, fix #2150

This commit is contained in:
Vojtech Kral 2019-08-02 15:11:50 +02:00
parent c791ba776f
commit bfb135bcc3
3 changed files with 17 additions and 2 deletions

View file

@ -353,6 +353,8 @@ void Serial::set_baud_rate(unsigned baud_rate)
}
}
/*
void Serial::set_DTR(bool on)
{
auto handle = native_handle();
@ -495,6 +497,7 @@ std::string Serial::printer_format_line(const std::string &line, unsigned line_n
return (boost::format("N%1% %2%*%3%\n") % line_num_str % line % checksum).str();
}
*/
} // namespace Utils