mirror of https://github.com/ArduPilot/ardupilot
AP_Frsky_Telem: move from ENABLE_SCRIPTING to AP_SCRIPTING_ENABLED
This commit is contained in:
parent
13dc37fdcc
commit
64aaf9d93d
|
@ -468,7 +468,7 @@ uint32_t AP_Frsky_SPort_Passthrough::calc_param(void)
|
|||
#if HAL_WITH_FRSKY_TELEM_BIDIRECTIONAL
|
||||
BIT_SET(param_value,PassthroughFeatures::BIDIR);
|
||||
#endif
|
||||
#if ENABLE_SCRIPTING
|
||||
#if AP_SCRIPTING_ENABLED
|
||||
BIT_SET(param_value,PassthroughFeatures::SCRIPTING);
|
||||
#endif
|
||||
_paramID = FRAME_TYPE;
|
||||
|
|
Loading…
Reference in New Issue