AP_Soaring: const some accessors

This commit is contained in:
Peter Barker 2018-01-29 10:03:36 +11:00 committed by Andrew Tridgell
parent 2425c65e74
commit 1331e6ca14
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public:
{
_throttle_suppressed = suppressed;
}
float get_vario_reading()
float get_vario_reading() const
{
return _vario.displayed_reading;
}