Skip to content

Commit

Permalink
Merge pull request #251 from vladislavy/devof12e
Browse files Browse the repository at this point in the history
Reverse AUX4 and AUX6 inputs to be uniform with Devo12
  • Loading branch information
TheRealMoeder committed Mar 30, 2017
2 parents f007917 + f0ee73b commit 9aa657c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/target/devof12e/channels.c
Expand Up @@ -111,7 +111,7 @@ s32 CHAN_ReadInput(int channel)
} else {
value = value ? CHAN_MAX_VALUE : CHAN_MIN_VALUE;
}
if (channel == INP_ELEVATOR || channel == INP_AILERON)
if (channel == INP_ELEVATOR || channel == INP_AILERON || channel == INP_AUX4 || channel == INP_AUX6)
value = -value;
return value;
}

0 comments on commit 9aa657c

Please sign in to comment.