I2C Linux: remove duplicate printout #718

Merged
gaisser merged 1 commits from eive/fsfw:i2c_remove_duplicate_printout into development 2023-02-06 14:54:59 +01:00
1 changed files with 0 additions and 4 deletions

View File

@ -180,10 +180,6 @@ ReturnValue_t I2cComIF::requestReceiveMessage(CookieIF* cookie, size_t requestLe
}
#else
gaisser marked this conversation as resolved
Review

Is this #else needed?

Is this #else needed?
Review

printf support could be added there theoretically..

printf support could be added there theoretically..
#endif
#endif
#if FSFW_CPP_OSTREAM_ENABLED == 1
sif::debug << "I2cComIF::requestReceiveMessage: Read " << readLen << " of " << requestLen
<< " bytes" << std::endl;
#endif
return returnvalue::FAILED;
}