Skip to content

Commit 3b3dbc9

Browse files
committed
put back line
1 parent 6c720b2 commit 3b3dbc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FprimeZephyrReference/Components/AntennaDeployer/AntennaDeployer.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ void AntennaDeployer ::SET_DEPLOYMENT_STATE_cmdHandler(FwOpcodeType opCode, U32
104104
if (deployed) {
105105
this->writeDeploymentState();
106106
} else {
107-
// Stop any ongoing deployment and reset all internal state
108-
this->ensureBurnwireStopped();
107+
// Reset all internal state counters to ensure clean test isolation
109108
this->resetDeploymentState();
110109

111110
// Remove the deployment state file

0 commit comments

Comments
 (0)