mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Copter: Enable scripting parameters
This commit is contained in:
parent
183640789d
commit
c612291a47
@ -902,7 +902,8 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ENABLE_SCRIPTING
|
#ifdef ENABLE_SCRIPTING
|
||||||
// Scripting is intentionally not showing up in the parameter docs until it is a more standard feature
|
// @Group: SCR_
|
||||||
|
// @Path: ../libraries/AP_Scripting/AP_Scripting.cpp
|
||||||
AP_SUBGROUPINFO(scripting, "SCR_", 30, ParametersG2, AP_Scripting),
|
AP_SUBGROUPINFO(scripting, "SCR_", 30, ParametersG2, AP_Scripting),
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user