AP_GPS: make status() const

This commit is contained in:
Andrew Tridgell 2013-04-19 17:47:01 +10:00
parent 9171d5587d
commit 8d727614b4

View File

@ -67,7 +67,7 @@ public:
///
/// @returns Current GPS status
///
GPS_Status status(void) {
GPS_Status status(void) const {
return _status;
}