waf: added AP_RAMTRON and AP_IOMCU to build

This commit is contained in:
Andrew Tridgell 2018-01-05 18:14:11 +11:00
parent 3b5f66fd9f
commit e026a408f3
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
'AP_ServoRelayEvents',
'AP_Volz_Protocol',
'AP_SBusOut',
'AP_IOMCU',
'AP_RAMTRON',
]
def get_legacy_defines(sketch_name):