Skip to content

Commit adac017

Browse files
committed
remove the reset of the count for now
1 parent 3e2a959 commit adac017

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

FprimeZephyrReference/Components/AntennaDeployer/AntennaDeployer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

FprimeZephyrReference/Components/AntennaDeployer/AntennaDeployer.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)