mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 12:25:12 +03:00
Taranis X9D REV4a support removed (didn't compile since 2.2)
This commit is contained in:
parent
eba9171d0e
commit
cf5cb10d6f
3 changed files with 2 additions and 12 deletions
|
@ -42,8 +42,6 @@
|
|||
const int8_t ana_direction[NUM_ANALOGS] = {-1,1,-1,1, 1,1};
|
||||
#elif defined(PCBXLITE)
|
||||
const int8_t ana_direction[NUM_ANALOGS] = {1,-1,-1,1, -1,1, 1};
|
||||
#elif defined(REV4a)
|
||||
const int8_t ana_direction[NUM_ANALOGS] = {1,-1,1,-1, 1,-1,0, 1,1, 1};
|
||||
#else
|
||||
const int8_t ana_direction[NUM_ANALOGS] = {1,-1,1,-1, 1,1,0, 1,1, 1};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue