waf: added AP_ExternalControl to set of libraries

This commit is contained in:
Andrew Tridgell 2023-08-09 10:41:19 +10:00
parent c452325de2
commit 10435ca3c4
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_AIS',
'AP_OpenDroneID',
'AP_CheckFirmware',
'AP_ExternalControl',
]
def get_legacy_defines(sketch_name, bld):