mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
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_Devo_Telem
|
||||||
LIBRARIES += AP_Follow
|
LIBRARIES += AP_Follow
|
||||||
LIBRARIES += AP_OSD
|
LIBRARIES += AP_OSD
|
||||||
|
LIBRARIES += AP_WindVane
|
||||||
|
@ -26,6 +26,7 @@ def build(bld):
|
|||||||
'AP_Devo_Telem',
|
'AP_Devo_Telem',
|
||||||
'AP_Follow',
|
'AP_Follow',
|
||||||
'AP_OSD',
|
'AP_OSD',
|
||||||
|
'AP_WindVane',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user