some tweaks for busy handling #500

Merged
muellerr merged 28 commits from tweak_papb_busy_polling into develop 2023-03-24 14:15:01 +01:00
Showing only changes of commit 394f0498c5 - Show all commits

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;
}