mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Compilation fix
This commit is contained in:
parent
2b397b7433
commit
86c2788454
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ void evalFunctions()
|
||||||
else {
|
else {
|
||||||
functionsContext.lastFunctionTime[i] = 0;
|
functionsContext.lastFunctionTime[i] = 0;
|
||||||
#if defined(DANGEROUS_MODULE_FUNCTIONS)
|
#if defined(DANGEROUS_MODULE_FUNCTIONS)
|
||||||
if (functionsContext.activeSwitches & switch_mask)) {
|
if (functionsContext.activeSwitches & switch_mask) {
|
||||||
switch (CFN_FUNC(cfn)) {
|
switch (CFN_FUNC(cfn)) {
|
||||||
case FUNC_RANGECHECK:
|
case FUNC_RANGECHECK:
|
||||||
case FUNC_BIND:
|
case FUNC_BIND:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue