Publishing nanopb-0.3.6
[apps/agl-service-can-low-level.git] / tests / missing_fields / missing_fields.proto
index cbb23ba..cc5e550 100644 (file)
@@ -1,5 +1,7 @@
 /* Test for one missing field among many */
 
+syntax = "proto2";
+
 message AllFields
 {
     required int32 field1 = 1;