File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
FprimeZephyrReference/Components/AntennaDeployer Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,6 @@ void AntennaDeployer ::resetDeploymentState() {
223223 this ->m_state = DeploymentState::IDLE;
224224 this ->m_currentAttempt = 0 ;
225225 this ->m_ticksInState = 0 ;
226- this ->m_totalAttempts = 0 ;
227226 this ->m_stopRequested = false ;
228227 this ->m_successDetected = false ;
229228 this ->m_lastDistanceValid = false ;
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ module Components {
2828 ######################################################################
2929 # Telemetry
3030 ######################################################################
31- @ Counts the number of deployment attempts in the current deployment session
31+ @ Counts the number of deployment attempts
3232 telemetry DeployAttemptCount: U32
3333
3434 @ Tracks the last observed distance reading
You can’t perform that action at this time.
0 commit comments