1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

OP-1592 Cleannup

This commit is contained in:
Laurent Lalanne 2014-11-02 15:17:04 +01:00
parent 8cc95451a5
commit 4defa7ed3e

View File

@ -105,10 +105,7 @@ bool VehicleConfigurationHelper::isApplicable(UAVObject *object)
case VehicleConfigurationSource::CONTROLLER_CC3D:
if (object->getName() == "EKFConfiguration") {
return false;
} else {
return true;
}
break;
default:
return true;
}