mirror of https://github.com/ArduPilot/ardupilot
Plane: add AP_Beacon to build
This commit is contained in:
parent
74c9c4aa9d
commit
3587961be6
|
@ -61,3 +61,4 @@ LIBRARIES += AP_Proximity
|
|||
LIBRARIES += AP_Tuning
|
||||
LIBRARIES += AP_Stats
|
||||
LIBRARIES += AP_Landing
|
||||
LIBRARIES += AP_Beacon
|
||||
|
|
|
@ -32,6 +32,7 @@ def build(bld):
|
|||
'AP_Proximity',
|
||||
'AP_Stats',
|
||||
'AP_Landing',
|
||||
'AP_Beacon',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue