mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_RangeFinder: remove unused set_rfnd_bit
This commit is contained in:
parent
98562cc523
commit
9c7f382392
@ -165,9 +165,6 @@ public:
|
||||
const Vector3f &get_pos_offset_orient(enum Rotation orientation) const;
|
||||
uint32_t last_reading_ms(enum Rotation orientation) const;
|
||||
|
||||
// indicate which bit in LOG_BITMASK indicates RFND should be logged
|
||||
void set_rfnd_bit(uint32_t log_rfnd_bit) { _log_rfnd_bit = log_rfnd_bit; }
|
||||
|
||||
/*
|
||||
set an externally estimated terrain height. Used to enable power
|
||||
saving (where available) at high altitudes.
|
||||
|
Loading…
Reference in New Issue
Block a user