diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-10-24 09:56:02 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-07 13:18:10 -0500 |
commit | bcb6928c19945a4e48d33ae3a4f1f8b48df3eeec (patch) | |
tree | d25f57f7872963396f83ca0f10f2aa4c73b29d04 /openxc.proto | |
parent | a1b4117678436b6956d9c244c1b19d9e3694bc78 (diff) |
Revert "Restore accidentally deleted data field from raw message."
This reverts commit e4a78ec9935af3b19d314e88b0ed935789162ca8.
Diffstat (limited to 'openxc.proto')
-rw-r--r-- | openxc.proto | 1 |
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 { |