Browse Source

Sub: RangeFinder uses AP_SerialManager singleton

master
Peter Barker 6 years ago committed by Andrew Tridgell
parent
commit
11c5d7cfca
  1. 2
      ArduSub/Sub.h

2
ArduSub/Sub.h

@ -178,7 +178,7 @@ private: @@ -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…
Cancel
Save