diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-17 14:02:38 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-17 14:02:38 -0500 |
commit | 6345fed4216116eb47bd4eda52a4256e71aa7669 (patch) | |
tree | cdd365024a0be3d91cc780084657bb625603ebaf /openxc.options | |
parent | 554f476ed5341773b87553b5b2668fdfd427b7a4 (diff) |
Update nanopb to 0.2.5 and fix max string length options.
Diffstat (limited to 'openxc.options')
-rw-r--r-- | openxc.options | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openxc.options b/openxc.options index 1863c0d3..40ebed90 100644 --- a/openxc.options +++ b/openxc.options @@ -1,2 +1,3 @@ -# TODO this isn't working yet, so I'm defining it for everything in the Makefile -openxc_TranslatedMessage.name max_size:100 +openxc.TranslatedMessage.name max_size:100 +openxc.TranslatedMessage.string_value max_size:100 +openxc.TranslatedMessage.string_event max_size:100 |