mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-13 10:03:57 -03:00
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_RSSI
|
||||||
LIBRARIES += AP_RPM
|
LIBRARIES += AP_RPM
|
||||||
LIBRARIES += AP_Frsky_Telem
|
LIBRARIES += AP_Frsky_Telem
|
||||||
|
LIBRARIES += AP_Beacon
|
||||||
|
@ -8,6 +8,7 @@ def build(bld):
|
|||||||
ap_vehicle=vehicle,
|
ap_vehicle=vehicle,
|
||||||
ap_libraries=bld.ap_common_vehicle_libraries() + [
|
ap_libraries=bld.ap_common_vehicle_libraries() + [
|
||||||
'AC_PID',
|
'AC_PID',
|
||||||
|
'AP_Beacon',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user