mirror of https://github.com/ArduPilot/ardupilot
waf: fixed build for AP_Tuning
This commit is contained in:
parent
ebee79fb3a
commit
d1a2749317
|
@ -49,6 +49,7 @@ COMMON_VEHICLE_DEPENDENT_LIBRARIES = [
|
|||
'GCS_MAVLink',
|
||||
'RC_Channel',
|
||||
'StorageManager',
|
||||
'AP_Tuning',
|
||||
]
|
||||
|
||||
def _get_legacy_defines(sketch_name):
|
||||
|
|
Loading…
Reference in New Issue