mirror of https://github.com/ArduPilot/ardupilot
waf: added AP_ExternalControl to set of libraries
This commit is contained in:
parent
c452325de2
commit
10435ca3c4
|
@ -115,6 +115,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
|
|||
'AP_AIS',
|
||||
'AP_OpenDroneID',
|
||||
'AP_CheckFirmware',
|
||||
'AP_ExternalControl',
|
||||
]
|
||||
|
||||
def get_legacy_defines(sketch_name, bld):
|
||||
|
|
Loading…
Reference in New Issue