small compile error

This commit is contained in:
Robin Müller 2023-03-20 17:58:23 +01:00
parent a75b4fd951
commit 394f0498c5
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -36,7 +36,7 @@ ReturnValue_t VirtualChannelWithQueue::sendNextTm() {
return result;
}
ReturnValue_t result = write(data, size);
result = write(data, size);
if (result != returnvalue::OK) {
return result;
}