mirror of https://github.com/ArduPilot/ardupilot
Rover: fix for changed AP_RangeFinder API
This commit is contained in:
parent
f2b0f8f4db
commit
b87ed96825
|
@ -144,7 +144,7 @@ private:
|
|||
AP_Baro barometer;
|
||||
Compass compass;
|
||||
AP_InertialSensor ins;
|
||||
RangeFinder sonar;
|
||||
RangeFinder sonar { serial_manager };
|
||||
|
||||
// flight modes convenience array
|
||||
AP_Int8 *modes;
|
||||
|
|
Loading…
Reference in New Issue