Merge branch 'develop' into mueller_pcdu_handler_stack_command

This commit is contained in:
Robin Müller 2022-12-22 16:06:09 +01:00
commit 7f29cf7e58
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