mirror of https://github.com/ArduPilot/ardupilot
Copter: build scripts changed from SafeRTL to SmartRTL
This commit is contained in:
parent
cb0f50a1c8
commit
7abb5b10fc
|
@ -63,4 +63,4 @@ LIBRARIES += AP_Gripper
|
||||||
LIBRARIES += AP_Beacon
|
LIBRARIES += AP_Beacon
|
||||||
LIBRARIES += AP_Arming
|
LIBRARIES += AP_Arming
|
||||||
LIBRARIES += AP_VisualOdom
|
LIBRARIES += AP_VisualOdom
|
||||||
LIBRARIES += AP_SafeRTL
|
LIBRARIES += AP_SmartRTL
|
||||||
|
|
|
@ -27,7 +27,7 @@ def build(bld):
|
||||||
'AP_Avoidance',
|
'AP_Avoidance',
|
||||||
'AP_AdvancedFailsafe',
|
'AP_AdvancedFailsafe',
|
||||||
'AP_Proximity',
|
'AP_Proximity',
|
||||||
'AP_SafeRTL',
|
'AP_SmartRTL',
|
||||||
'AP_Stats',
|
'AP_Stats',
|
||||||
'AP_Gripper',
|
'AP_Gripper',
|
||||||
'AP_Beacon',
|
'AP_Beacon',
|
||||||
|
|
Loading…
Reference in New Issue