mirror of https://github.com/ArduPilot/ardupilot
waf: added AP_RAMTRON and AP_IOMCU to build
This commit is contained in:
parent
3b5f66fd9f
commit
e026a408f3
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue