diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-09-30 23:32:29 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-07 13:18:09 -0500 |
commit | b4915d0bca3b66943296044d0eb7c8db9540e4ae (patch) | |
tree | 479b0b044affaa50aad75001705fb78bb2474970 | |
parent | b9a96fe63416583519d860c206cf27e408bcccab (diff) |
Add an options file to enable static memory with nanopb.
-rw-r--r-- | openxc.options | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openxc.options b/openxc.options new file mode 100644 index 00000000..3e2937ef --- /dev/null +++ b/openxc.options @@ -0,0 +1,2 @@ +# TODO this isn't working yet, so I'm defining it for everything in the Makefile +openxc_TranslatedNumericMessage.name max_size:100 |