mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-09 01:13:57 -04:00
AP_RangeFinder: remove dangling update_instance declaration
This commit is contained in:
parent
503aeba7b7
commit
4c88a1e9de
@ -172,7 +172,6 @@ private:
|
|||||||
void convert_params(void);
|
void convert_params(void);
|
||||||
|
|
||||||
void detect_instance(uint8_t instance, uint8_t& serial_instance);
|
void detect_instance(uint8_t instance, uint8_t& serial_instance);
|
||||||
void update_instance(uint8_t instance);
|
|
||||||
|
|
||||||
bool _add_backend(AP_RangeFinder_Backend *driver);
|
bool _add_backend(AP_RangeFinder_Backend *driver);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user