summaryrefslogtreecommitdiffstats
path: root/openxc.proto
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2013-10-23 09:55:14 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-07 13:18:10 -0500
commita1b4117678436b6956d9c244c1b19d9e3694bc78 (patch)
tree1c1c10550c0650519c38d32f9431b8abb493b853 /openxc.proto
parentda1d41840879bc75a9df06972e1ec191bbfd3691 (diff)
Restore accidentally deleted data field from raw message.
Diffstat (limited to 'openxc.proto')
-rw-r--r--openxc.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/openxc.proto b/openxc.proto
index 54133432..1af84365 100644
--- a/openxc.proto
+++ b/openxc.proto
@@ -27,6 +27,7 @@ message VehicleMessage {
message RawMessage {
optional int32 bus = 1;
optional uint32 message_id = 2;
+ optional uint64 data = 3;
}
message StringMessage {