mirror of https://github.com/ArduPilot/ardupilot
Rover: add AP_WindVane to build
This commit is contained in:
parent
e443b864c6
commit
e3d5db8db5
|
@ -52,3 +52,4 @@ LIBRARIES += AC_AttitudeControl
|
|||
LIBRARIES += AP_Devo_Telem
|
||||
LIBRARIES += AP_Follow
|
||||
LIBRARIES += AP_OSD
|
||||
LIBRARIES += AP_WindVane
|
||||
|
|
|
@ -26,6 +26,7 @@ def build(bld):
|
|||
'AP_Devo_Telem',
|
||||
'AP_Follow',
|
||||
'AP_OSD',
|
||||
'AP_WindVane',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue