Skip to content
Snippets Groups Projects
Commit 2a547319 authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[FlightModeManager] Logged MISSION_ENDED state

parent 37fefd3e
No related branches found
No related tags found
No related merge requests found
......@@ -594,6 +594,8 @@ State FlightModeManager::state_mission_ended(const Event& event)
{
case EV_ENTRY:
{
logStatus(FlightModeManagerState::MISSION_ENDED);
Actuators::getInstance().buzzerLanded();
Logger::getInstance().stop();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment