mirror of https://github.com/ArduPilot/ardupilot
Sub: RangeFinder uses AP_SerialManager singleton
This commit is contained in:
parent
7c88eb670c
commit
11c5d7cfca
|
@ -178,7 +178,7 @@ private:
|
|||
Compass compass;
|
||||
AP_InertialSensor ins;
|
||||
|
||||
RangeFinder rangefinder{serial_manager};
|
||||
RangeFinder rangefinder;
|
||||
struct {
|
||||
bool enabled:1;
|
||||
bool alt_healthy:1; // true if we can trust the altitude from the rangefinder
|
||||
|
|
Loading…
Reference in New Issue