mirror of https://github.com/ArduPilot/ardupilot
Compass: fixed a comment
This commit is contained in:
parent
79deeef0a0
commit
20941c15c3
|
@ -23,7 +23,7 @@ public:
|
|||
float heading; ///< compass heading in radians
|
||||
float heading_x; ///< compass vector X magnitude
|
||||
float heading_y; ///< compass vector Y magnitude
|
||||
uint32_t last_update; ///< millis() time of last update
|
||||
uint32_t last_update; ///< micros() time of last update
|
||||
bool healthy; ///< true if last read OK
|
||||
|
||||
/// Constructor
|
||||
|
|
Loading…
Reference in New Issue