Skip to content
Snippets Groups Projects
Commit abf3ff94 authored by Davide Mor's avatar Davide Mor
Browse files

[Main] Updated FMM TMTC_FORCE_LANDED behaviour

parent 03d4bb18
Branches
Tags
Loading
Pipeline #10089 passed
...@@ -549,6 +549,7 @@ State FlightModeManager::state_flying(const Event& event) ...@@ -549,6 +549,7 @@ State FlightModeManager::state_flying(const Event& event)
return transition(&FlightModeManager::state_powered_ascent); return transition(&FlightModeManager::state_powered_ascent);
} }
case FMM_MISSION_TIMEOUT: case FMM_MISSION_TIMEOUT:
case TMTC_FORCE_LANDING:
{ {
return transition(&FlightModeManager::state_landed); return transition(&FlightModeManager::state_landed);
} }
...@@ -739,11 +740,6 @@ State FlightModeManager::state_terminal_descent(const Event& event) ...@@ -739,11 +740,6 @@ State FlightModeManager::state_terminal_descent(const Event& event)
return HANDLED; return HANDLED;
} }
case TMTC_FORCE_LANDING:
{
return transition(&FlightModeManager::state_landed);
}
default: default:
{ {
return UNHANDLED; return UNHANDLED;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment