Commit 142b1b37 authored by Don Gagne's avatar Don Gagne

Remove old MAV_AUTOPILOT_PIXHAWK

parent a5ab5449
......@@ -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