Commit 70017048 authored by Roie Geron's avatar Roie Geron Committed by Roie Geron

Add return in CustomFirmwarePlugin::hasGimbal

remove warning caused build failure
parent c2402993
...@@ -52,4 +52,6 @@ bool CustomFirmwarePlugin::hasGimbal(Vehicle* /*vehicle*/, bool& rollSupported, ...@@ -52,4 +52,6 @@ bool CustomFirmwarePlugin::hasGimbal(Vehicle* /*vehicle*/, bool& rollSupported,
rollSupported = false; rollSupported = false;
pitchSupported = true; pitchSupported = true;
yawSupported = 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