diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-10-06 22:07:13 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-10-06 22:07:27 -0400 |
commit | 28c895ef2fc4e152c506b0965d8f1830f848870e (patch) | |
tree | cca3b42ca574f338b3c2a300a746997e03b7e3d6 /openxc.proto | |
parent | f340bc6909f84a83dbb8a4d7ca3ba1002b31b110 (diff) |
Give frame format field a more specific name.
Diffstat (limited to 'openxc.proto')
-rw-r--r-- | openxc.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openxc.proto b/openxc.proto index 3b23be5..3c0a51d 100644 --- a/openxc.proto +++ b/openxc.proto @@ -23,7 +23,7 @@ message RawMessage { optional int32 bus = 1; optional uint32 message_id = 2; optional bytes data = 3; - optional FrameFormat format = 4; + optional FrameFormat frame_format = 4; } message ControlCommand { |