1
0
forked from fsfw/fsfw

additional comments on endianness (I hope this is correct)

This commit is contained in:
2019-10-25 21:12:11 +02:00
parent 1631e739b8
commit 8f1517d276
3 changed files with 14 additions and 2 deletions

View File

@ -53,7 +53,6 @@ DeviceHandlerBase::~DeviceHandlerBase() {
ReturnValue_t DeviceHandlerBase::performOperation(uint8_t counter) {
this->pstStep = counter;
if (counter == 0) {
cookieInfo.state = COOKIE_UNUSED;
readCommandQueue();
@ -670,7 +669,6 @@ void DeviceHandlerBase::replyRawData(const uint8_t *data, size_t len,
}
CommandMessage message;
DeviceHandlerMessage::setDeviceHandlerRawReplyMessage(&message,
getObjectId(), address, isCommand);