mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
[Sky9x] Compilation fixed. Thanks Jenkins!
This commit is contained in:
parent
76b1111cf7
commit
8d82ee2009
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ PACK(typedef struct {
|
|||
TRAINER_MODULE
|
||||
};
|
||||
#define MODELDATA_BITMAP
|
||||
#define MODELDATA_EXTRA uint8_t externalModule; ModuleData moduleData[NUM_MODULES+1]; uint8_t nPotsToWarn; int8_t potPosition[NUM_POTS]; uint8_t rxBattAlarms[2];
|
||||
#define MODELDATA_EXTRA uint8_t externalModule; ModuleData moduleData[NUM_MODULES+1]; uint8_t potsWarnMode:2; uint8_t potsWarnEnabled:6; int8_t potsWarnPosition[NUM_POTS]; uint8_t rxBattAlarms[2];
|
||||
#define swarnstate_t uint8_t
|
||||
#define swarnenable_t uint8_t
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue