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:
5f3bf35
)
alltypes.proto no longer needs to include nanopb.proto
author
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Sat, 9 Mar 2013 12:45:41 +0000
(14:45 +0200)
committer
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Sat, 9 Mar 2013 12:45:41 +0000
(14:45 +0200)
tests/alltypes.proto
patch
|
blob
|
history
diff --git
a/tests/alltypes.proto
b/tests/alltypes.proto
index
cc171f3
..
6ccf57d
100644
(file)
--- a/
tests/alltypes.proto
+++ b/
tests/alltypes.proto
@@
-1,5
+1,3
@@
-import "nanopb.proto";
-
message SubMessage {
required string substuff1 = 1 [default = "1"];
required int32 substuff2 = 2 [default = 2];