mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
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; ///< compass heading in radians
|
||||||
float heading_x; ///< compass vector X magnitude
|
float heading_x; ///< compass vector X magnitude
|
||||||
float heading_y; ///< compass vector Y 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
|
bool healthy; ///< true if last read OK
|
||||||
|
|
||||||
/// Constructor
|
/// Constructor
|
||||||
|
Loading…
Reference in New Issue
Block a user