Rover: add AP_WheelEncoder to build

This commit is contained in:
Randy Mackay 2017-07-12 11:02:26 +09:00
parent d356e60269
commit f6a1c53ff6
2 changed files with 2 additions and 0 deletions

View File

@ -47,3 +47,4 @@ LIBRARIES += AP_Arming
LIBRARIES += AP_Stats LIBRARIES += AP_Stats
LIBRARIES += AP_Beacon LIBRARIES += AP_Beacon
LIBRARIES += AP_VisualOdom LIBRARIES += AP_VisualOdom
LIBRARIES += AP_WheelEncoder

View File

@ -23,6 +23,7 @@ def build(bld):
'AP_Beacon', 'AP_Beacon',
'AP_VisualOdom', 'AP_VisualOdom',
'AP_AdvancedFailsafe', 'AP_AdvancedFailsafe',
'AP_WheelEncoder',
], ],
) )