mirror of https://github.com/ArduPilot/ardupilot
Tracker: add AP_Beacon to build
This commit is contained in:
parent
55f316034c
commit
2ee42734f3
|
@ -34,4 +34,4 @@ LIBRARIES += AP_Mount
|
|||
LIBRARIES += AP_RSSI
|
||||
LIBRARIES += AP_RPM
|
||||
LIBRARIES += AP_Frsky_Telem
|
||||
|
||||
LIBRARIES += AP_Beacon
|
||||
|
|
|
@ -8,6 +8,7 @@ def build(bld):
|
|||
ap_vehicle=vehicle,
|
||||
ap_libraries=bld.ap_common_vehicle_libraries() + [
|
||||
'AC_PID',
|
||||
'AP_Beacon',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue