Sub: add AP_Beacon to wscript

This commit is contained in:
Jacob Walser 2016-12-04 10:42:33 -05:00 committed by Andrew Tridgell
parent 8d2203b437
commit cfc94b65f5
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ def build(bld):
'AP_ServoRelayEvents',
'AP_Proximity',
'AP_Gripper',
'AP_Beacon',
],
use='mavlink',
)