v1.15.0 #311
@ -321,9 +321,7 @@ ReturnValue_t ImtqHandler::scanForReply(const uint8_t* start, size_t remainingSi
|
|||||||
break;
|
break;
|
||||||
case (IMTQ::CC::PAST_AVAILABLE_RESPONSE_BYTES): {
|
case (IMTQ::CC::PAST_AVAILABLE_RESPONSE_BYTES): {
|
||||||
sif::warning << "IMTQHandler::scanForReply: Read 0xFF command byte, reading past available "
|
sif::warning << "IMTQHandler::scanForReply: Read 0xFF command byte, reading past available "
|
||||||
"bytes. Keep 1 ms delay"
|
"bytes. Keep 1 ms delay between I2C send and read" << std::endl;
|
||||||
" between I2C send and read"
|
|
||||||
<< std::endl;
|
|
||||||
result = IGNORE_REPLY_DATA;
|
result = IGNORE_REPLY_DATA;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user