fix uac2_headset example: type of bRequest should be uint8_t, not enumerate

This commit is contained in:
noodlefighter 2021-05-20 17:41:07 +08:00
parent 7bb84890f5
commit 0b1257266b
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