mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-16 05:42:56 +00:00
Merge pull request #841 from noodlefighter/fix-uac2_headset
fix uac2_headset example
This commit is contained in:
commit
cdb063f007
@ -149,7 +149,7 @@ typedef struct TU_ATTR_PACKED
|
|||||||
uint8_t bmRequestType;
|
uint8_t bmRequestType;
|
||||||
};
|
};
|
||||||
|
|
||||||
audio_cs_req_t bRequest;
|
uint8_t bRequest; ///< Request type audio_cs_req_t
|
||||||
uint8_t bChannelNumber;
|
uint8_t bChannelNumber;
|
||||||
uint8_t bControlSelector;
|
uint8_t bControlSelector;
|
||||||
union
|
union
|
||||||
|
Loading…
x
Reference in New Issue
Block a user