summaryrefslogtreecommitdiffstats
path: root/openxc.proto
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2013-10-24 09:56:02 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-07 13:18:10 -0500
commitbcb6928c19945a4e48d33ae3a4f1f8b48df3eeec (patch)
treed25f57f7872963396f83ca0f10f2aa4c73b29d04 /openxc.proto
parenta1b4117678436b6956d9c244c1b19d9e3694bc78 (diff)
Revert "Restore accidentally deleted data field from raw message."
This reverts commit e4a78ec9935af3b19d314e88b0ed935789162ca8.
Diffstat (limited to 'openxc.proto')
-rw-r--r--openxc.proto1
1 files changed, 0 insertions, 1 deletions
diff --git a/openxc.proto b/openxc.proto
index 1af8436..5413343 100644
--- a/openxc.proto
+++ b/openxc.proto
@@ -27,7 +27,6 @@ message VehicleMessage {
message RawMessage {
optional int32 bus = 1;
optional uint32 message_id = 2;
- optional uint64 data = 3;
}
message StringMessage {