Skip to content

Commit

Permalink
Reverse AUX4 and AUX6 inputs to be uniform with Devo12
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavy committed Mar 30, 2017
1 parent f007917 commit f0ee73b
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 f0ee73b

Please sign in to comment.