1
0
Fork 0
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:
Bertrand Songis 2019-05-21 13:13:14 +02:00
parent eba9171d0e
commit cf5cb10d6f
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
3 changed files with 2 additions and 12 deletions

View file

@ -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