mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
AP_RangeFinder: fixed typo
This commit is contained in:
parent
1f2216982d
commit
50958bc026
@ -37,7 +37,7 @@ public:
|
||||
return ranger._powersave_range > 0 && ranger.estimated_terrain_height > ranger._powersave_range;
|
||||
}
|
||||
|
||||
virtual void handle_msg(mavlink_message_t *msg) { return; };
|
||||
virtual void handle_msg(mavlink_message_t *msg) { return; }
|
||||
|
||||
protected:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user