This commit is contained in:
parent
73981006a2
commit
a1fec93b25
@ -101,7 +101,7 @@ void StarTrackerHandler::doShutDown() {
|
||||
bootState = FwBootState::NONE;
|
||||
solutionSet.setReportingEnabled(false);
|
||||
{
|
||||
PoolReadGuard& pg(solutionSet);
|
||||
PoolReadGuard pg(&solutionSet);
|
||||
solutionSet.caliQw.value = 0.0;
|
||||
solutionSet.caliQx.value = 0.0;
|
||||
solutionSet.caliQy.value = 0.0;
|
||||
@ -110,7 +110,7 @@ void StarTrackerHandler::doShutDown() {
|
||||
solutionSet.setValidity(false, true);
|
||||
}
|
||||
{
|
||||
PoolReadGuard& pg(temperatureSet);
|
||||
PoolReadGuard pg(&temperatureSet);
|
||||
temperatureSet.setValidity(false, true);
|
||||
}
|
||||
reinitNextSetParam = false;
|
||||
|
Loading…
Reference in New Issue
Block a user