mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Fixes #1083
This commit is contained in:
parent
b1dbf06861
commit
55b0a0a5e0
1 changed files with 1 additions and 1 deletions
|
@ -4505,7 +4505,7 @@ void doMixerCalculations()
|
|||
#if defined(CPUARM)
|
||||
else if (cs->func == LS_FUNC_STAY) {
|
||||
PACK(typedef struct {
|
||||
uint8_t state:1;
|
||||
uint16_t state:1;
|
||||
uint16_t duration:15;
|
||||
}) cs_stay_struct;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue