mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
SAFETY renamed to OVERRIDE
This commit is contained in:
parent
deed7fc20f
commit
eea1c3a84c
24 changed files with 38 additions and 38 deletions
|
@ -1544,8 +1544,8 @@ bool isLogicalSwitchFunctionAvailable(int function)
|
|||
bool isAssignableFunctionAvailable(int function)
|
||||
{
|
||||
switch (function) {
|
||||
#if !defined(SAFETY_CHANNEL_FUNCTION)
|
||||
case FUNC_SAFETY_CHANNEL:
|
||||
#if !defined(OVERRIDE_CHANNEL_FUNCTION)
|
||||
case FUNC_OVERRIDE_CHANNEL:
|
||||
#endif
|
||||
#if !defined(HAPTIC)
|
||||
case FUNC_HAPTIC:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue