mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-03-28 01:51:14 +08:00
4 lines
133 B
Plaintext
4 lines
133 B
Plaintext
uint8 len # length of data
|
|
uint8 flags # LSB: 1=fragmented
|
|
uint8[182] data # data to write to GPS device (RTCM message)
|