1
0
forked from fsfw/fsfw

new returnvalue for scanForReply to ignore full packet

This commit is contained in:
2019-11-29 19:56:05 +01:00
parent 2039aa5665
commit 10c24e39a3
3 changed files with 15 additions and 7 deletions

View File

@ -537,6 +537,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);