mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Fix stick directions
This commit is contained in:
parent
7b81f6f971
commit
9dbb5226c0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
#elif defined(RADIO_T16)
|
#elif defined(RADIO_T16)
|
||||||
const int8_t adcDirection[NUM_ANALOGS] = {1,-1,1,-1, 1,1,1, -1,1, -1,1};
|
const int8_t adcDirection[NUM_ANALOGS] = {1,-1,1,-1, 1,1,1, -1,1, -1,1};
|
||||||
#elif defined(RADIO_TX16S)
|
#elif defined(RADIO_TX16S)
|
||||||
const int8_t adcDirection[NUM_ANALOGS] = {-1,1,-1,1, 1,1,1, -1,1, -1,1};
|
const int8_t adcDirection[NUM_ANALOGS] = {1,-1,1,-1, 1,1,1, -1,1, -1,1};
|
||||||
#elif defined(PCBX10)
|
#elif defined(PCBX10)
|
||||||
const int8_t adcDirection[NUM_ANALOGS] = {1,-1,1,-1, -1,1,-1, 1,1, 1, -1};
|
const int8_t adcDirection[NUM_ANALOGS] = {1,-1,1,-1, -1,1,-1, 1,1, 1, -1};
|
||||||
#elif defined(PCBX9E)
|
#elif defined(PCBX9E)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue