reformatinng
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2022-10-20 16:09:49 +02:00
parent 75a4cd1b69
commit bff4f6fa8d
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

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