Rover: stop passing serial manager to proximity constructor

This commit is contained in:
Peter Barker 2019-09-27 18:23:48 +10:00 committed by Randy Mackay
parent 2a312aa8f1
commit da8a861164
1 changed files with 1 additions and 1 deletions

View File

@ -671,7 +671,7 @@ ParametersG2::ParametersG2(void)
wheel_rate_control(wheel_encoder),
attitude_control(rover.ahrs),
smart_rtl(),
proximity(rover.serial_manager),
proximity(),
avoid(),
follow(),
windvane(),