Rover: add AP_Beacon to build

This commit is contained in:
Randy Mackay 2016-11-23 15:57:42 +09:00
parent d95baf51c9
commit 0a04bb26f0
2 changed files with 2 additions and 0 deletions

View File

@ -47,3 +47,4 @@ LIBRARIES += AP_Declination
LIBRARIES += AP_RPM
LIBRARIES += AP_Arming
LIBRARIES += AP_Stats
LIBRARIES += AP_Beacon

View File

@ -20,6 +20,7 @@ def build(bld):
'AP_ServoRelayEvents',
'PID',
'AP_Stats',
'AP_Beacon',
],
)