We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69fb9d6 commit bb66123Copy full SHA for bb66123
subsys/bluetooth/controller/util/dbuf.h
@@ -18,7 +18,7 @@ struct dbuf_hdr {
18
/* Size in a bytes of a single element stored in double buffer. */
19
uint8_t elem_size;
20
/* Pointer for actual buffer memory. Its size should be 2 times @p elem_size. */
21
- uint8_t data[0];
+ uint8_t data[];
22
};
23
24
/**
0 commit comments