added 5v stack command #334

Merged
muellerr merged 3 commits from mueller_pcdu_handler_stack_command into develop 2022-12-22 16:06:18 +01:00
3 changed files with 12 additions and 1 deletions
Showing only changes of commit 7f29cf7e58 - Show all commits

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

Submodule tmtc updated: 383b32141c...00991b92f1