Copter: add AP_Follow to build

This commit is contained in:
Randy Mackay 2018-01-25 21:35:42 +09:00
parent c1dbd67a9b
commit 0840f0e8ae
2 changed files with 2 additions and 0 deletions

View File

@ -66,3 +66,4 @@ LIBRARIES += AP_VisualOdom
LIBRARIES += AP_SmartRTL
LIBRARIES += AP_Winch
LIBRARIES += AP_WheelEncoder
LIBRARIES += AP_Follow

View File

@ -35,6 +35,7 @@ def build(bld):
'AP_VisualOdom',
'AP_WheelEncoder',
'AP_Winch',
'AP_Follow',
],
)