Replay: add AP_Beacon to build
This commit is contained in:
parent
ae366c0217
commit
277ec38adc
@ -31,3 +31,4 @@ LIBRARIES += RC_Channel
|
||||
LIBRARIES += AP_RangeFinder
|
||||
LIBRARIES += VehicleType
|
||||
LIBRARIES += AP_Frsky_Telem
|
||||
LIBRARIES += AP_Beacon
|
||||
|
@ -14,6 +14,7 @@ def build(bld):
|
||||
ap_vehicle=vehicle,
|
||||
ap_libraries=bld.ap_common_vehicle_libraries() + [
|
||||
'AP_InertialNav',
|
||||
'AP_Beacon',
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user