Unverified Commit 63cc0014 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #8761 from spearuav/spearuav_master_fixes

Add return in CustomFirmwarePlugin::hasGimbal
parents 1f178d2b 70017048
......@@ -52,4 +52,6 @@ bool CustomFirmwarePlugin::hasGimbal(Vehicle* /*vehicle*/, bool& rollSupported,
rollSupported = false;
pitchSupported = true;
yawSupported = true;
return true;
}
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