Copter: build scripts changed from SafeRTL to SmartRTL

This commit is contained in:
squilter 2017-09-09 11:45:04 +09:00 committed by Randy Mackay
parent cb0f50a1c8
commit 7abb5b10fc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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',