mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
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
Block a user