1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 08:15:17 +03:00

I Add some reserve in custom functions to avoid to change EEPROM 15days

after the release ...
This commit is contained in:
Bertrand Songis 2014-02-22 14:00:01 +01:00
parent 7cf94ec204
commit a47ac42996
5 changed files with 29 additions and 3 deletions

View file

@ -1311,6 +1311,14 @@ bool isAssignableFunctionAvailable(int16_t function)
return false;
#endif
case FUNC_PLAY_DIFF:
case FUNC_RESERVE1:
case FUNC_RESERVE2:
case FUNC_RESERVE3:
case FUNC_RESERVE4:
case FUNC_RESERVE5:
return false;
default:
return true;
}