Rover: add SmartRTL library to build

This commit is contained in:
Randy Mackay 2017-11-30 11:46:14 +09:00
parent 9f94875228
commit 86ce3f2b32
2 changed files with 2 additions and 0 deletions

View File

@ -49,3 +49,4 @@ LIBRARIES += AR_AttitudeControl
LIBRARIES += AC_PID
LIBRARIES += AP_Proximity
LIBRARIES += AC_Fence
LIBRARIES += AP_SmartRTL

View File

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