mirror of
https://github.com/commaai/msgq.git
synced 2026-06-11 23:44:58 +08:00
Fix gps timestamp name (#341)
* GPSlocation timestamp: Better name * better
This commit is contained in:
@@ -251,9 +251,7 @@ struct GpsLocationData {
|
||||
# Represents expected accuracy in meters. (presumably 1 sigma?)
|
||||
accuracy @6 :Float32;
|
||||
|
||||
# Timestamp for the location fix.
|
||||
# Milliseconds since January 1, 1970.
|
||||
timestamp @7 :Int64;
|
||||
unixTimestampMillis @7 :Int64;
|
||||
|
||||
source @8 :SensorSource;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user