Copter: add AP_VisualOdom to build

This commit is contained in:
Randy Mackay 2017-03-01 20:18:38 +09:00
parent 0644314499
commit d5dd7e719a
2 changed files with 2 additions and 0 deletions

View File

@ -66,3 +66,4 @@ LIBRARIES += AP_Stats
LIBRARIES += AP_Gripper
LIBRARIES += AP_Beacon
LIBRARIES += AP_Arming
LIBRARIES += AP_VisualOdom

View File

@ -33,6 +33,7 @@ def build(bld):
'AP_Gripper',
'AP_Beacon',
'AP_Arming',
'AP_VisualOdom',
],
)