AP_AirSpeed: clarify comment

This commit is contained in:
Peter Barker 2015-11-30 17:27:20 +11:00 committed by Peter Barker
parent fa68738726
commit 1e512338f9

View File

@ -98,7 +98,7 @@ public:
return _last_pressure;
}
// return the current offset
// return the current calibration offset
float get_offset(void) const {
return _offset;
}