Copter: add AP_Avoidance to build

This commit is contained in:
Randy Mackay 2016-07-21 21:45:13 +09:00
parent 89fbf23012
commit 61844b3062
2 changed files with 2 additions and 0 deletions

View File

@ -60,3 +60,4 @@ LIBRARIES += AC_PrecLand
LIBRARIES += AP_IRLock
LIBRARIES += AC_InputManager
LIBRARIES += AP_ADSB
LIBRARIES += AP_Avoidance

View File

@ -28,6 +28,7 @@ def build(bld):
'AP_RCMapper',
'AP_Relay',
'AP_ServoRelayEvents',
'AP_Avoidance',
],
use='mavlink',
)