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:
parent
67da88ceb0
commit
54a5a34fe8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue