Rover: add AP_WindVane to build

This commit is contained in:
IamPete1 2018-08-22 11:46:38 +09:00 committed by Randy Mackay
parent e443b864c6
commit e3d5db8db5
2 changed files with 2 additions and 0 deletions

View File

@ -52,3 +52,4 @@ LIBRARIES += AC_AttitudeControl
LIBRARIES += AP_Devo_Telem
LIBRARIES += AP_Follow
LIBRARIES += AP_OSD
LIBRARIES += AP_WindVane

View File

@ -26,6 +26,7 @@ def build(bld):
'AP_Devo_Telem',
'AP_Follow',
'AP_OSD',
'AP_WindVane',
],
)