Skip to content

Commit 52954f8

Browse files
committed
MAVLink messages update Thu May 15 02:14:09 UTC 2025
1 parent e3433c4 commit 52954f8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

en/messages/common.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,12 @@ errors_count4 | `uint16_t` | | | Autopilot-specific errors
8585

8686
### SYSTEM_TIME (2) {#SYSTEM_TIME}
8787

88-
The system time is the time of the master clock, typically the computer clock of the main onboard computer.
88+
The system time is the time of the master clock.
89+
90+
This can be emitted by flight controllers, onboard computers, or other components in the MAVLink network.
91+
Components that are using a less reliable time source, such as a battery-backed real time clock, can choose to match their system clock to that of a [SYSTEM_TYPE](#SYSTEM_TYPE) that indicates a more recent time.
92+
This allows more broadly accurate date stamping of logs, and so on.
93+
If precise time synchronization is needed then use TIMESYNC instead.
8994

9095
Field Name | Type | Units | Description
9196
--- | --- | --- | ---

0 commit comments

Comments
 (0)