Separation Generator to a dedicated repo
[apps/low-level-can-service.git] / libs / nanopb / tests / alltypes_callback / alltypes.options
1 # Generate all fields as callbacks.
2 AllTypes.*              type:FT_CALLBACK
3 SubMessage.substuff1    max_size:16
4 AllTypes.oneof          no_unions:true
5
6 # With FT_CALLBACK, these options should get ignored
7 *.*fbytes fixed_length:true max_size:4
8