bugfix acs controller
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2022-12-21 16:11:53 +01:00
parent b981878c58
commit b53cc475fe
2 changed files with 2 additions and 2 deletions

View File

@ -467,7 +467,7 @@ void AcsController::copyMgmData() {
PoolReadGuard pg(&sensorValues.mgm3Rm3100Set);
if (pg.getReadResult() == returnvalue::OK) {
std::memcpy(mgmDataRaw.mgm3Rm3100.value, sensorValues.mgm3Rm3100Set.fieldStrengths.value,
3 + sizeof(float));
3 * sizeof(float));
mgmDataRaw.mgm3Rm3100.setValid(sensorValues.mgm3Rm3100Set.fieldStrengths.isValid());
}
}

2
tmtc

@ -1 +1 @@
Subproject commit 383b32141c8c382b84c587d6814fe9252dde0b4a
Subproject commit 00991b92f15425aa80d2448ad304de46a08b5470