mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
AP_RangeFinder: add missing overrides
This commit is contained in:
parent
ce877ba40a
commit
5f65033511
@ -92,11 +92,11 @@ public:
|
||||
|
||||
~AP_RangeFinder_Bebop(void);
|
||||
static bool detect();
|
||||
void update(void);
|
||||
void update(void) override;
|
||||
|
||||
protected:
|
||||
|
||||
virtual MAV_DISTANCE_SENSOR _get_mav_distance_sensor_type() const {
|
||||
MAV_DISTANCE_SENSOR _get_mav_distance_sensor_type() const override {
|
||||
return MAV_DISTANCE_SENSOR_LASER;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user