1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 12:55:12 +03:00

Cosmetics

This commit is contained in:
Bertrand Songis 2019-06-01 15:51:50 +02:00
parent 882e9638cc
commit 34cfcc3fe4
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
8 changed files with 18 additions and 20 deletions

View file

@ -26,7 +26,7 @@
int expoFn(int x)
{
ExpoData * ed = expoAddress(s_currIdx);
int16_t anas[NUM_INPUTS] = {0};
int16_t anas[MAX_INPUTS] = {0};
applyExpos(anas, e_perout_mode_inactive_flight_mode, ed->srcRaw, x);
return anas[ed->chn];
}