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

Disable DANGEROUS_MODULE_FUNCTIONS execution for now, it's broken and _really_ dangerous...

This commit is contained in:
Andre Bernet 2015-05-11 10:32:38 +04:00
parent 67da88ceb0
commit 54a5a34fe8

View file

@ -371,7 +371,7 @@ void evalFunctions()
}
#endif
#if defined(DANGEROUS_MODULE_FUNCTIONS)
#if 0 //defined(DANGEROUS_MODULE_FUNCTIONS)
case FUNC_RANGECHECK:
case FUNC_BIND:
case FUNC_MODULE_OFF: