Add inline allocation of bytes fields
[apps/agl-service-can-low-level.git] / tests / basic_buffer / encode_buffer.c
index d3e4f6e..c412c14 100644 (file)
@@ -10,7 +10,7 @@
 
 int main()
 {
-    uint8_t buffer[512];
+    uint8_t buffer[Person_size];
     pb_ostream_t stream;
     
     /* Initialize the structure with constants */