Tools: add AP_Torqeedo to ardupilotwaf.py

This commit is contained in:
Randy Mackay 2021-10-13 12:29:38 +09:00
parent 47dd2d7aea
commit 37dbbc7ed3

View File

@ -107,6 +107,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_ExternalAHRS',
'AP_VideoTX',
'AP_FETtecOneWire',
'AP_Torqeedo',
]
def get_legacy_defines(sketch_name, bld):