Browse Source

Plane: add AP_Avoidance to build

mission-4.1.18
Tom Pittenger 9 years ago
parent
commit
46ec812d6c
  1. 1
      ArduPlane/make.inc
  2. 1
      ArduPlane/wscript

1
ArduPlane/make.inc

@ -49,6 +49,7 @@ LIBRARIES += AP_RSSI @@ -49,6 +49,7 @@ LIBRARIES += AP_RSSI
LIBRARIES += AP_RPM
LIBRARIES += AP_Parachute
LIBRARIES += AP_ADSB
LIBRARIES += AP_Avoidance
LIBRARIES += AP_Motors
LIBRARIES += AC_AttitudeControl
LIBRARIES += AC_PID

1
ArduPlane/wscript

@ -10,6 +10,7 @@ def build(bld): @@ -10,6 +10,7 @@ def build(bld):
'APM_Control',
'AP_AdvancedFailsafe',
'AP_ADSB',
'AP_Avoidance',
'AP_Arming',
'AP_Camera',
'AP_Frsky_Telem',

Loading…
Cancel
Save