Skip to content

Commit 990b0dd

Browse files
Merge pull request #11513 from sensei-hacker/fix/msp-gpsstatistics-hwversion-type
Fix MSP_GPSSTATISTICS hwVersion documentation: uint32_t -> uint8_t
2 parents edb1657 + 719add7 commit 990b0dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/development/msp/msp_messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4920,9 +4920,9 @@
49204920
},
49214921
{
49224922
"name": "hwVersion",
4923-
"ctype": "uint32_t",
4924-
"desc": "GPS hardware version (`gpsState.hwVersion`). Values: 500=UBLOX5, 600=UBLOX6, 700=UBLOX7, 800=UBLOX8, 900=UBLOX9, 1000=UBLOX10, 0=UNKNOWN",
4925-
"units": "Version code"
4923+
"ctype": "uint8_t",
4924+
"desc": "GPS hardware version bit-field: bits[7:6]=series (0b01=u-blox Neo/M), bits[5:0]=generation. E.g. 0x48=M8, 0x49=M9, 0x4A=M10, 0=unknown.",
4925+
"units": ""
49264926
}
49274927
]
49284928
},

0 commit comments

Comments
 (0)