aboutsummaryrefslogtreecommitdiffstats
path: root/openxc.proto
diff options
context:
space:
mode:
Diffstat (limited to 'openxc.proto')
-rw-r--r--openxc.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/openxc.proto b/openxc.proto
index 7653212c..6d41325b 100644
--- a/openxc.proto
+++ b/openxc.proto
@@ -13,7 +13,7 @@ message VehicleMessage {
optional DiagnosticResponse diagnostic_response = 4;
optional ControlCommand control_command = 5;
optional CommandResponse command_response = 6;
- optional uint32 uptime = 7;
+ optional uint64 timestamp = 7;
}
message CanMessage {