mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
[X3] Compilation fix
This commit is contained in:
parent
eb64bc85e7
commit
7058df482c
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
#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};
|
||||
const int8_t ana_direction[NUM_ANALOGS] = {1,-1,-1,1, 1,1};
|
||||
#endif
|
||||
|
||||
#if NUM_PWMSTICKS > 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue