Copter: add AP_Proximity to build

This commit is contained in:
Randy Mackay 2016-08-15 15:17:35 +09:00
parent 4808664fb6
commit 5f749a0597
2 changed files with 3 additions and 1 deletions

View File

@ -61,3 +61,4 @@ LIBRARIES += AP_IRLock
LIBRARIES += AC_InputManager
LIBRARIES += AP_ADSB
LIBRARIES += AP_Avoidance
LIBRARIES += AP_Proximity

View File

@ -29,7 +29,8 @@ def build(bld):
'AP_Relay',
'AP_ServoRelayEvents',
'AP_Avoidance',
'AP_AdvancedFailsafe'
'AP_AdvancedFailsafe',
'AP_Proximity'
],
)