Skip to content
Snippets Groups Projects
Commit 70017048 authored by Roie Geron's avatar Roie Geron Committed by Roie Geron
Browse files

Add return in CustomFirmwarePlugin::hasGimbal

remove warning caused build failure
parent c2402993
No related branches found
No related tags found
No related merge requests found
......@@ -52,4 +52,6 @@ bool CustomFirmwarePlugin::hasGimbal(Vehicle* /*vehicle*/, bool& rollSupported,
rollSupported = false;
pitchSupported = true;
yawSupported = true;
return true;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment