Tracker: add AP_Beacon to build

This commit is contained in:
Randy Mackay 2016-11-23 15:58:03 +09:00
parent 55f316034c
commit 2ee42734f3
2 changed files with 2 additions and 1 deletions

View File

@ -34,4 +34,4 @@ LIBRARIES += AP_Mount
LIBRARIES += AP_RSSI
LIBRARIES += AP_RPM
LIBRARIES += AP_Frsky_Telem
LIBRARIES += AP_Beacon

View File

@ -8,6 +8,7 @@ def build(bld):
ap_vehicle=vehicle,
ap_libraries=bld.ap_common_vehicle_libraries() + [
'AC_PID',
'AP_Beacon',
],
)