mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 20:35:17 +03:00
[X10] Slider reversed
This commit is contained in:
parent
a5959b55a2
commit
bddbc910b4
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
#if defined(SIMU)
|
||||
// not needed
|
||||
#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)
|
||||
#if defined(HORUS_STICKS)
|
||||
const int8_t adcDirection[NUM_ANALOGS] = {1,-1,1,-1, -1,-1,-1,1, -1,1,-1, -1,-1,-1};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue