diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-17 16:38:23 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-17 16:38:23 -0500 |
commit | 6f4799ca62b964e5626d9b22c4d292e6bd378d57 (patch) | |
tree | 6f1998a6ce3fff0a8730f89ffe5a5017fb523301 /openxc.options | |
parent | d5d62371b4b6b2c2c7211aef55a3a967540948fe (diff) |
Store raw CAN payload in bytes instead of uint64_t.
Diffstat (limited to 'openxc.options')
-rw-r--r-- | openxc.options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openxc.options b/openxc.options index 75caabab..c1e4e01b 100644 --- a/openxc.options +++ b/openxc.options @@ -2,3 +2,4 @@ openxc.TranslatedMessage.name max_size:100 openxc.TranslatedMessage.string_value max_size:100 openxc.TranslatedMessage.string_event max_size:100 openxc.DiagnosticMessage.payload max_size:8 +openxc.RawMessage.data max_size:8 |