removed old comment
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
This commit is contained in:
parent
0788a3d551
commit
8062c5edad
@ -170,8 +170,6 @@ ReturnValue_t SusPolling::handleSusPolling() {
|
|||||||
}
|
}
|
||||||
MutexGuard mg(ipcLock);
|
MutexGuard mg(ipcLock);
|
||||||
susDevs[idx].ownReply.tempRaw = ((rawReply[0] & 0x0f) << 8) | rawReply[1];
|
susDevs[idx].ownReply.tempRaw = ((rawReply[0] & 0x0f) << 8) | rawReply[1];
|
||||||
// Reply is all ones. Sensor is probably off or faulty when
|
|
||||||
// it should not be.
|
|
||||||
susDevs[idx].replyResult = returnvalue::OK;
|
susDevs[idx].replyResult = returnvalue::OK;
|
||||||
for (unsigned chIdx = 0; chIdx < 6; chIdx++) {
|
for (unsigned chIdx = 0; chIdx < 6; chIdx++) {
|
||||||
susDevs[idx].ownReply.channelsRaw[chIdx] =
|
susDevs[idx].ownReply.channelsRaw[chIdx] =
|
||||||
|
Loading…
Reference in New Issue
Block a user