Commit c9c89394 authored by Don Gagne's avatar Don Gagne

Fix flight mode channel

parent 2fd104fa
......@@ -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