Replay: add AP_Beacon to build

This commit is contained in:
Randy Mackay 2016-11-23 16:35:07 +09:00
parent ae366c0217
commit 277ec38adc
2 changed files with 2 additions and 0 deletions

View File

@ -31,3 +31,4 @@ LIBRARIES += RC_Channel
LIBRARIES += AP_RangeFinder
LIBRARIES += VehicleType
LIBRARIES += AP_Frsky_Telem
LIBRARIES += AP_Beacon

View File

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