1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00

Compilation fix

This commit is contained in:
bsongis 2015-06-30 06:36:14 +02:00
parent 222440a5e3
commit 6abd888bf3

View file

@ -589,7 +589,6 @@ void evalFunctions()
switch (CFN_FUNC(cfn)) {
case FUNC_RANGECHECK:
case FUNC_BIND:
case FUNC_MODULE_OFF:
{
unsigned int moduleIndex = CFN_PARAM(cfn);
if (moduleIndex < NUM_MODULES) {