1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00
This commit is contained in:
bsongis 2014-05-13 12:24:03 +02:00
parent b1dbf06861
commit 55b0a0a5e0

View file

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