mirror of https://github.com/ArduPilot/ardupilot
waf: added AP_MultiHeap
This commit is contained in:
parent
5aa7324c2d
commit
c8e61402ec
|
@ -128,6 +128,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
|
|||
'AP_Beacon',
|
||||
'AP_Arming',
|
||||
'AP_RCMapper',
|
||||
'AP_MultiHeap',
|
||||
]
|
||||
|
||||
def get_legacy_defines(sketch_name, bld):
|
||||
|
|
Loading…
Reference in New Issue