Errors to be solved in data reading and controller operations.
This commit is contained in:
@ -692,9 +692,9 @@ void DeviceHandlerBase::parseReply(const uint8_t* receivedData,
|
||||
receivedData += foundLen;
|
||||
if (remainingLength > foundLen) {
|
||||
remainingLength -= foundLen;
|
||||
sif::debug<<" DH_base: debug3"<<std::endl;
|
||||
sif::debug<<"DH_base: debug3"<<std::endl;
|
||||
} else {
|
||||
sif::debug<<" DH_base: debug4"<<std::endl;
|
||||
sif::debug<<"DH_base: debug4"<<std::endl;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user