From b4915d0bca3b66943296044d0eb7c8db9540e4ae Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Mon, 30 Sep 2013 23:32:29 -0400 Subject: [PATCH] Add an options file to enable static memory with nanopb. --- openxc.options | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 openxc.options diff --git a/openxc.options b/openxc.options new file mode 100644 index 0000000..3e2937e --- /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 -- 2.16.6