diff options
Diffstat (limited to 'tests/common/unittestproto.proto')
-rw-r--r-- | tests/common/unittestproto.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/common/unittestproto.proto b/tests/common/unittestproto.proto index eb3e7dec..0ecb1f0b 100644 --- a/tests/common/unittestproto.proto +++ b/tests/common/unittestproto.proto @@ -34,3 +34,8 @@ message CallbackContainer { message CallbackContainerContainer { required CallbackContainer submsg = 1; } + +message StringPointerContainer { + repeated string rep_str = 1 [(nanopb).type = FT_POINTER]; +} + |