mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 23:35:17 +03:00
Fixes #36
This commit is contained in:
parent
1466f96e51
commit
be3c674fe5
4 changed files with 28 additions and 22 deletions
|
@ -1013,6 +1013,7 @@ extern uint8_t g_beepCnt;
|
|||
extern uint8_t g_beepVal[5];
|
||||
|
||||
extern uint8_t ppmInState; //0=unsync 1..8= wait for value i-1
|
||||
extern uint8_t ppmInValid;
|
||||
extern int16_t g_ppmIns[NUM_TRAINER];
|
||||
extern int32_t chans[NUM_CHNOUT];
|
||||
extern int16_t ex_chans[NUM_CHNOUT]; // Outputs (before LIMITS) of the last perMain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue