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 c85f46c commit 096da11Copy full SHA for 096da11
src/class/usbtmc/usbtmc.h
@@ -262,14 +262,14 @@ typedef struct TU_ATTR_PACKED
262
263
struct TU_ATTR_PACKED
264
{
265
- unsigned int listenOnly :1;
266
- unsigned int talkOnly :1;
267
- unsigned int supportsIndicatorPulse :1;
+ uint8_t listenOnly :1;
+ uint8_t talkOnly :1;
+ uint8_t supportsIndicatorPulse :1;
268
} bmIntfcCapabilities;
269
270
271
272
- unsigned int canEndBulkInOnTermChar :1;
+ uint8_t canEndBulkInOnTermChar :1;
273
} bmDevCapabilities;
274
275
uint8_t _reserved2[6];
0 commit comments