mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-23 17:42:22 +00:00
more update
This commit is contained in:
parent
c85f46c4ab
commit
096da11e88
@ -262,14 +262,14 @@ typedef struct TU_ATTR_PACKED
|
|||||||
|
|
||||||
struct TU_ATTR_PACKED
|
struct TU_ATTR_PACKED
|
||||||
{
|
{
|
||||||
unsigned int listenOnly :1;
|
uint8_t listenOnly :1;
|
||||||
unsigned int talkOnly :1;
|
uint8_t talkOnly :1;
|
||||||
unsigned int supportsIndicatorPulse :1;
|
uint8_t supportsIndicatorPulse :1;
|
||||||
} bmIntfcCapabilities;
|
} bmIntfcCapabilities;
|
||||||
|
|
||||||
struct TU_ATTR_PACKED
|
struct TU_ATTR_PACKED
|
||||||
{
|
{
|
||||||
unsigned int canEndBulkInOnTermChar :1;
|
uint8_t canEndBulkInOnTermChar :1;
|
||||||
} bmDevCapabilities;
|
} bmDevCapabilities;
|
||||||
|
|
||||||
uint8_t _reserved2[6];
|
uint8_t _reserved2[6];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user