waf: added AP_RCProtocol to list of libraries for all vehicles

This commit is contained in:
Andrew Tridgell 2018-01-18 09:53:08 +11:00
parent 33c7cba9af
commit d7c62602ed
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_SBusOut',
'AP_IOMCU',
'AP_RAMTRON',
'AP_RCProtocol',
]
def get_legacy_defines(sketch_name):