small compile error
This commit is contained in:
parent
a75b4fd951
commit
394f0498c5
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user