mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AP_Proximity: remove unused definition
`bool initialise()` is not implemented. Maybe it would be better to remove its definition
This commit is contained in:
parent
f5a928ae26
commit
760e86ff4d
@ -24,10 +24,6 @@ public:
|
|||||||
void handle_msg(const mavlink_message_t &msg) override;
|
void handle_msg(const mavlink_message_t &msg) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
// initialise sensor (returns true if sensor is successfully initialised)
|
|
||||||
bool initialise();
|
|
||||||
|
|
||||||
// horizontal distance support
|
// horizontal distance support
|
||||||
uint32_t _last_update_ms; // system time of last DISTANCE_SENSOR message received
|
uint32_t _last_update_ms; // system time of last DISTANCE_SENSOR message received
|
||||||
float _distance_max; // max range of sensor in meters
|
float _distance_max; // max range of sensor in meters
|
||||||
|
Loading…
Reference in New Issue
Block a user