mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-31 16:52:10 +01:00
OP-1592 Cleannup
This commit is contained in:
parent
8cc95451a5
commit
4defa7ed3e
@ -105,10 +105,7 @@ bool VehicleConfigurationHelper::isApplicable(UAVObject *object)
|
|||||||
case VehicleConfigurationSource::CONTROLLER_CC3D:
|
case VehicleConfigurationSource::CONTROLLER_CC3D:
|
||||||
if (object->getName() == "EKFConfiguration") {
|
if (object->getName() == "EKFConfiguration") {
|
||||||
return false;
|
return false;
|
||||||
} else {
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user