piserial should be fixed
This commit is contained in:
@@ -341,16 +341,6 @@ PIIODevice * PIIODevice::newDeviceByPrefix(const char * prefix) {
|
||||
}
|
||||
|
||||
|
||||
bool PIIODevice::blockingReadFlag() const {
|
||||
return reading_now;
|
||||
}
|
||||
|
||||
|
||||
void PIIODevice::setBlockingReadFlag(bool yes) {
|
||||
reading_now = yes;
|
||||
}
|
||||
|
||||
|
||||
void PIIODevice::read_func() {
|
||||
if (!isReadable()) {
|
||||
read_thread.stop();
|
||||
|
||||
Reference in New Issue
Block a user