mirror of https://github.com/ArduPilot/ardupilot
Sub: add AP_Beacon to wscript
This commit is contained in:
parent
8d2203b437
commit
cfc94b65f5
|
@ -29,6 +29,7 @@ def build(bld):
|
|||
'AP_ServoRelayEvents',
|
||||
'AP_Proximity',
|
||||
'AP_Gripper',
|
||||
'AP_Beacon',
|
||||
],
|
||||
use='mavlink',
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue