mirror of https://github.com/ArduPilot/ardupilot
Rover: RangeFinder uses AP_SerialManager singleton
This commit is contained in:
parent
ac96461c6c
commit
4e5696a13a
|
@ -179,7 +179,7 @@ private:
|
|||
AP_Baro barometer;
|
||||
Compass compass;
|
||||
AP_InertialSensor ins;
|
||||
RangeFinder rangefinder{serial_manager};
|
||||
RangeFinder rangefinder;
|
||||
AP_Button button;
|
||||
|
||||
// flight modes convenience array
|
||||
|
|
Loading…
Reference in New Issue