more update

This commit is contained in:
hathach 2023-03-22 17:01:04 +07:00
parent c85f46c4ab
commit 096da11e88
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA
1 changed files with 4 additions and 4 deletions

View File

@ -262,14 +262,14 @@ typedef struct TU_ATTR_PACKED
struct TU_ATTR_PACKED
{
unsigned int listenOnly :1;
unsigned int talkOnly :1;
unsigned int supportsIndicatorPulse :1;
uint8_t listenOnly :1;
uint8_t talkOnly :1;
uint8_t supportsIndicatorPulse :1;
} bmIntfcCapabilities;
struct TU_ATTR_PACKED
{
unsigned int canEndBulkInOnTermChar :1;
uint8_t canEndBulkInOnTermChar :1;
} bmDevCapabilities;
uint8_t _reserved2[6];