mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: degrees
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
506c882fda
commit
2b8a8dcfdd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue