Merge pull request #841 from noodlefighter/fix-uac2_headset

fix uac2_headset example
This commit is contained in:
Ha Thach 2021-05-21 00:52:01 +07:00 committed by GitHub
commit cdb063f007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ typedef struct TU_ATTR_PACKED
uint8_t bmRequestType;
};
audio_cs_req_t bRequest;
uint8_t bRequest; ///< Request type audio_cs_req_t
uint8_t bChannelNumber;
uint8_t bControlSelector;
union