Commit adbe27ac authored by Don Gagne's avatar Don Gagne

Fixes found by unit test

parent c962992a
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
"version": 1, "version": 1,
"mavCmdInfo": [ "mavCmdInfo": [
{
"id": 16,
"comment": "MAV_CMD_NAV_WAYPOINT",
"paramRemove": "2"
},
{ {
"id": 84, "id": 84,
"comment": "MAV_CMD_NAV_VTOL_TAKEOFF", "comment": "MAV_CMD_NAV_VTOL_TAKEOFF",
......
...@@ -4,5 +4,10 @@ ...@@ -4,5 +4,10 @@
"version": 1, "version": 1,
"mavCmdInfo": [ "mavCmdInfo": [
{
"id": 16,
"comment": "MAV_CMD_NAV_WAYPOINT",
"paramRemove": "2,3,4"
}
] ]
} }
...@@ -4,11 +4,6 @@ ...@@ -4,11 +4,6 @@
"version": 1, "version": 1,
"mavCmdInfo": [ "mavCmdInfo": [
{
"id": 16,
"comment": "MAV_CMD_NAV_WAYPOINT",
"paramRemove": "3,4"
},
{ {
"id": 21, "id": 21,
"comment": "MAV_CMD_NAV_LAND", "comment": "MAV_CMD_NAV_LAND",
......
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