summaryrefslogtreecommitdiffstats
path: root/openxc.proto
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-09-27 20:17:48 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-09-27 20:17:58 -0400
commitd383e4cbc0bc89cd3bc3b69b0aa3ffc1862e9607 (patch)
tree40a5a51750e80b88de55724b67c44685bca4d631 /openxc.proto
parentf0a579dc1f45a8f373703968987f4bdd33192e16 (diff)
Remove unnecessary 'bus' field from message format command.
Diffstat (limited to 'openxc.proto')
-rw-r--r--openxc.proto3
1 files changed, 1 insertions, 2 deletions
diff --git a/openxc.proto b/openxc.proto
index 97a6ebb6..e0264c6b 100644
--- a/openxc.proto
+++ b/openxc.proto
@@ -61,8 +61,7 @@ message MessageFormatCommand {
BINARY = 2;
}
- optional int32 bus = 1;
- optional MessageFormat format = 2;
+ optional MessageFormat format = 1;
}
message CommandResponse {