Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/AutoPilotPlugins/Common/RadioComponentController.cc
Original file line number Diff line number Diff line change
Expand Up @@ -462,13 +462,6 @@ void RadioComponentController::_inputStickMin(enum rcCalFunctions function, int

qCDebug(RadioComponentControllerLog) << "_inputStickMin Settle complete";

// Check if this is throttle and set trim accordingly
if (function == rcCalFunctionThrottle) {
_rgChannelInfo[channel].rcTrim = value;
}
// XXX to support configs which can reverse they need to check a reverse
// flag here and not do this.

_advanceState();
}
}
Expand Down