mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Missed a spot for #1048, Jenkins was not happy
This commit is contained in:
parent
ee9aa5bed5
commit
644f975322
1 changed files with 2 additions and 0 deletions
|
@ -961,8 +961,10 @@ int expo(int x, int k)
|
|||
void applyExpos(int16_t *anas, uint8_t mode APPLY_EXPOS_EXTRA_PARAMS)
|
||||
{
|
||||
#if defined(PCBTARANIS)
|
||||
#if defined(HELI)
|
||||
int16_t heliAnasCopy[4];
|
||||
memcpy(heliAnasCopy, heliAnas, sizeof(heliAnasCopy));
|
||||
#endif
|
||||
#else
|
||||
int16_t anas2[NUM_INPUTS]; // values before expo, to ensure same expo base when multiple expo lines are used
|
||||
memcpy(anas2, anas, sizeof(anas2));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue