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 6db36f1 commit 50a808cCopy full SHA for 50a808c
src/ipts/protocol.hpp
@@ -158,7 +158,7 @@ struct [[gnu::packed]] ipts_pen_dft_window {
158
u32 timestamp; // counting at approx 8MHz
159
u8 num_rows;
160
u8 seq_num;
161
- u8 reserved[3]; // NOLINT(modernize-avoid-c-arrays,cppcoreguidelines-avoid-c-arrays)
+ u8 reserved[3]; // NOLINT(modernize-avoid-c-arrays,cppcoreguidelines-avoid-c-arrays)
162
u8 data_type;
163
u8 reserved2[2]; // NOLINT(modernize-avoid-c-arrays,cppcoreguidelines-avoid-c-arrays)
164
};
0 commit comments