mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Resolve two sets of repeated warnings when built with VS2019 (#8358)
This commit is contained in:
parent
978772b168
commit
39ceda51ef
2 changed files with 6 additions and 6 deletions
|
@ -320,7 +320,7 @@ void memswap(void * a, void * b, uint8_t size);
|
|||
#define MASK_CFN_TYPE uint64_t // current max = 64 function switches
|
||||
#define MASK_FUNC_TYPE uint32_t // current max = 32 functions
|
||||
|
||||
typedef struct {
|
||||
typedef struct _CustomFunctionsContext {
|
||||
MASK_FUNC_TYPE activeFunctions;
|
||||
MASK_CFN_TYPE activeSwitches;
|
||||
tmr10ms_t lastFunctionTime[MAX_SPECIAL_FUNCTIONS];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue