Browse Source

Copter: build scripts changed from SafeRTL to SmartRTL

master
squilter 8 years ago committed by Randy Mackay
parent
commit
7abb5b10fc
  1. 2
      ArduCopter/make.inc
  2. 2
      ArduCopter/wscript

2
ArduCopter/make.inc

@ -63,4 +63,4 @@ LIBRARIES += AP_Gripper @@ -63,4 +63,4 @@ LIBRARIES += AP_Gripper
LIBRARIES += AP_Beacon
LIBRARIES += AP_Arming
LIBRARIES += AP_VisualOdom
LIBRARIES += AP_SafeRTL
LIBRARIES += AP_SmartRTL

2
ArduCopter/wscript

@ -27,7 +27,7 @@ def build(bld): @@ -27,7 +27,7 @@ def build(bld):
'AP_Avoidance',
'AP_AdvancedFailsafe',
'AP_Proximity',
'AP_SafeRTL',
'AP_SmartRTL',
'AP_Stats',
'AP_Gripper',
'AP_Beacon',

Loading…
Cancel
Save