1
0
forked from fsfw/fsfw

new returnvalue for scanForReply

to ignore full packet
DeviceCommunicationIF sendMessage function takes const data pointer now
This commit is contained in:
2020-04-19 13:41:43 +02:00
parent 0c0c8ec448
commit 574d6051ba
3 changed files with 48 additions and 13 deletions

View File

@ -538,6 +538,8 @@ void DeviceHandlerBase::doGetRead() {
break;
case IGNORE_REPLY_DATA:
break;
case IGNORE_FULL_PACKET:
return;
default:
//We need to wait for timeout.. don't know what command failed and who sent it.
replyRawReplyIfnotWiretapped(receivedData, foundLen);