Tools: ardupilotwaf: add AP_AIS to build

This commit is contained in:
Iampete1 2021-08-14 22:29:57 +01:00 committed by Andrew Tridgell
parent e8607c09f1
commit 28989f1838
1 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,8 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_VideoTX',
'AP_FETtecOneWire',
'AP_Torqeedo',
'AP_CustomRotations'
'AP_CustomRotations',
'AP_AIS',
]
def get_legacy_defines(sketch_name, bld):