mirror of https://github.com/ArduPilot/ardupilot
Rover: add AP_WheelEncoder to build
This commit is contained in:
parent
d356e60269
commit
f6a1c53ff6
|
@ -47,3 +47,4 @@ LIBRARIES += AP_Arming
|
|||
LIBRARIES += AP_Stats
|
||||
LIBRARIES += AP_Beacon
|
||||
LIBRARIES += AP_VisualOdom
|
||||
LIBRARIES += AP_WheelEncoder
|
||||
|
|
|
@ -23,6 +23,7 @@ def build(bld):
|
|||
'AP_Beacon',
|
||||
'AP_VisualOdom',
|
||||
'AP_AdvancedFailsafe',
|
||||
'AP_WheelEncoder',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue