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 90870eb commit 15ac840Copy full SHA for 15ac840
drivers/i2c/i2c_ite_enhance.c
@@ -53,7 +53,7 @@ struct i2c_cq_packet {
53
uint8_t id;
54
uint8_t cmd_l;
55
uint8_t cmd_h;
56
- uint8_t wdata[0];
+ FLEXIBLE_ARRAY_DECLARE(uint8_t, wdata);
57
};
58
#endif /* CONFIG_I2C_IT8XXX2_CQ_MODE */
59
0 commit comments