Update changelog for 0.2.8
[apps/agl-service-can-low-level.git] / tests / basic_buffer / decode_buffer.c
index d231c91..fae9e2f 100644 (file)
@@ -60,7 +60,7 @@ bool print_person(pb_istream_t *stream)
 
 int main()
 {
-    uint8_t buffer[512];
+    uint8_t buffer[Person_size];
     pb_istream_t stream;
     size_t count;