forked from Archive/PX4-Autopilot
timesync: remove system ID field from the timesync message
This commit is contained in:
parent
25dbffe1aa
commit
a10dab516c
|
@ -1,5 +1,4 @@
|
|||
uint64 timestamp # time since system start (microseconds)
|
||||
uint8 sys_id # id of the origin system
|
||||
uint8 seq # timesync msg sequence
|
||||
int64 tc1 # time sync timestamp 1
|
||||
int64 ts1 # time sync timestamp 2
|
||||
|
|
Loading…
Reference in New Issue