Plane: add AP_Beacon to build

This commit is contained in:
Randy Mackay 2016-11-23 15:57:19 +09:00
parent 74c9c4aa9d
commit 3587961be6
2 changed files with 2 additions and 0 deletions

View File

@ -61,3 +61,4 @@ LIBRARIES += AP_Proximity
LIBRARIES += AP_Tuning
LIBRARIES += AP_Stats
LIBRARIES += AP_Landing
LIBRARIES += AP_Beacon

View File

@ -32,6 +32,7 @@ def build(bld):
'AP_Proximity',
'AP_Stats',
'AP_Landing',
'AP_Beacon',
],
)