STOOOPID bug
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-09-14 10:23:00 +02:00
parent 6fa2cbbbb1
commit 9243f917cc
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -137,7 +137,7 @@ ReturnValue_t LiveTmTask::handleGenericTmQueue(MessageQueueIF& queue) {
return result; return result;
} }
if (ptmeLocked) { if (!ptmeLocked) {
result = channel.write(data, size); result = channel.write(data, size);
} }
// Try delete in any case, ignore failures (which should not happen), it is more important to // Try delete in any case, ignore failures (which should not happen), it is more important to