1
0
Fork 0
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:
Bertrand Songis 2019-03-13 18:31:04 +01:00
parent eb64bc85e7
commit 7058df482c

View file

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