Commit c8a5971b authored by Donald Gagne's avatar Donald Gagne

Make compiler happy

parent 1fe0ede4
...@@ -578,6 +578,8 @@ void SimpleMissionItem::setDefaultsForCommand(void) ...@@ -578,6 +578,8 @@ void SimpleMissionItem::setDefaultsForCommand(void)
case MAV_CMD_NAV_LAND: case MAV_CMD_NAV_LAND:
_missionItem.setParam7(0); _missionItem.setParam7(0);
break; break;
default:
break;
} }
_missionItem.setAutoContinue(true); _missionItem.setAutoContinue(true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment