Browse Source

AP_Proximity: remove dangling update_instance declaration

master
Peter Barker 6 years ago committed by Randy Mackay
parent
commit
d617904726
  1. 1
      libraries/AP_Proximity/AP_Proximity.h

1
libraries/AP_Proximity/AP_Proximity.h

@ -158,7 +158,6 @@ private: @@ -158,7 +158,6 @@ private:
AP_Int8 _ignore_width_deg[PROXIMITY_MAX_IGNORE]; // width of beam (in degrees) that should be ignored
void detect_instance(uint8_t instance);
void update_instance(uint8_t instance);
};
namespace AP {

Loading…
Cancel
Save