Commit 8d43d1a3 authored by Don Gagne's avatar Don Gagne

Merge pull request #2944 from DonLakeFlyer/APMFM

Fix flight mode channel
parents 7375e025 c9c89394
......@@ -32,7 +32,7 @@ APMFlightModesComponentController::APMFlightModesComponentController(void)
: _activeFlightMode(0)
, _channelCount(Vehicle::cMaxRcChannels)
, _fixedWing(_vehicle->vehicleType() == MAV_TYPE_FIXED_WING)
, _flightModeChannel(4)
, _flightModeChannel(5)
{
QStringList usedParams;
......
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