Commit 4e1c2c3c authored by Don Gagne's avatar Don Gagne

Merge pull request #1711 from DonLakeFlyer/MavlinkFix

Remove old MAV_AUTOPILOT_PIXHAWK
parents a5ab5449 142b1b37
......@@ -612,9 +612,6 @@ public:
case MAV_AUTOPILOT_GENERIC:
return "GENERIC";
break;
case MAV_AUTOPILOT_PIXHAWK:
return "PIXHAWK";
break;
case MAV_AUTOPILOT_SLUGS:
return "SLUGS";
break;
......@@ -649,7 +646,7 @@ public:
return "PX4";
break;
default:
return "";
return "UNKNOWN";
break;
}
}
......
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