mirror of https://github.com/ArduPilot/ardupilot
AP_Scripting: make follow bindings dependant on AP_FOLLOW_ENABLED
This commit is contained in:
parent
4f40b31367
commit
0d87479314
|
@ -595,8 +595,8 @@ singleton AP::fwversion() field patch uint8_t read
|
|||
singleton AP::fwversion() field fw_hash_str string read
|
||||
singleton AP::fwversion() field fw_hash_str rename hash
|
||||
|
||||
include AP_Follow/AP_Follow.h depends APM_BUILD_TYPE(APM_BUILD_ArduPlane)||APM_BUILD_COPTER_OR_HELI
|
||||
singleton AP_Follow depends APM_BUILD_TYPE(APM_BUILD_ArduPlane)||APM_BUILD_COPTER_OR_HELI
|
||||
include AP_Follow/AP_Follow.h
|
||||
singleton AP_Follow depends AP_FOLLOW_ENABLED && (APM_BUILD_TYPE(APM_BUILD_ArduPlane)||APM_BUILD_COPTER_OR_HELI)
|
||||
singleton AP_Follow rename follow
|
||||
singleton AP_Follow method have_target boolean
|
||||
singleton AP_Follow method get_last_update_ms uint32_t
|
||||
|
|
Loading…
Reference in New Issue