Skip to content

Commit 096da11

Browse files
committed
more update
1 parent c85f46c commit 096da11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/class/usbtmc/usbtmc.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,14 +262,14 @@ typedef struct TU_ATTR_PACKED
262262

263263
struct TU_ATTR_PACKED
264264
{
265-
unsigned int listenOnly :1;
266-
unsigned int talkOnly :1;
267-
unsigned int supportsIndicatorPulse :1;
265+
uint8_t listenOnly :1;
266+
uint8_t talkOnly :1;
267+
uint8_t supportsIndicatorPulse :1;
268268
} bmIntfcCapabilities;
269269

270270
struct TU_ATTR_PACKED
271271
{
272-
unsigned int canEndBulkInOnTermChar :1;
272+
uint8_t canEndBulkInOnTermChar :1;
273273
} bmDevCapabilities;
274274

275275
uint8_t _reserved2[6];

0 commit comments

Comments
 (0)