1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00

Compilation fix

This commit is contained in:
bsongis 2015-06-29 06:51:46 +02:00
parent 2b397b7433
commit 86c2788454

View file

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