5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-08 17:08:28 -04:00

waf: add AC_AttitudeControl library for PE target format

This commit is contained in:
Francisco Ferreira 2018-12-14 12:28:47 +00:00 committed by Andrew Tridgell
parent 7e12f16be6
commit ba2f954a20

View File

@ -201,6 +201,7 @@ def ap_common_vehicle_libraries(bld):
if bld.env.DEST_BINFMT == 'pe':
libraries += [
'AC_Fence',
'AC_AttitudeControl',
]
return libraries