mirror of https://github.com/google/pebble
spelling: degrees
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
506c882fda
commit
2b8a8dcfdd
|
@ -61,7 +61,7 @@ typedef struct PACKED {
|
||||||
|
|
||||||
// QemuProtocol_Compass
|
// QemuProtocol_Compass
|
||||||
typedef struct PACKED {
|
typedef struct PACKED {
|
||||||
uint32_t magnetic_heading; // 0x10000 represents 360 degress
|
uint32_t magnetic_heading; // 0x10000 represents 360 degrees
|
||||||
CompassStatus calib_status:8; // CompassStatus enum
|
CompassStatus calib_status:8; // CompassStatus enum
|
||||||
} QemuProtocolCompassHeader;
|
} QemuProtocolCompassHeader;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue