Code Review
/
apps
/
low-level-can-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
843fc4b
)
Fix problem with callback-type fields (issue #99).
author
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Fri, 3 Jan 2014 09:17:39 +0000
(11:17 +0200)
committer
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Fri, 3 Jan 2014 09:17:39 +0000
(11:17 +0200)
generator/nanopb_generator.py
patch
|
blob
|
history
diff --git
a/generator/nanopb_generator.py
b/generator/nanopb_generator.py
index
dea9098
..
094f8e8
100755
(executable)
--- a/
generator/nanopb_generator.py
+++ b/
generator/nanopb_generator.py
@@
-169,6
+169,7
@@
class Field:
self.max_count = None
self.array_decl = ""
self.enc_size = None
+ self.ctype = None
# Parse field options
if field_options.HasField("max_size"):