diff options
| author | Reinhard Panhuber <[email protected]> | 2021-04-03 17:50:30 +0200 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2021-04-03 17:50:30 +0200 |
| commit | f6ba58e370cd67b78dcd1758aa9fe010035f13bc (patch) | |
| tree | 371e33cce6d7f122f46eab11de4a4f032a146491 /examples/device/uac2_headset | |
| parent | 6f2f5320f26f131e56fba21c079d007d22cafa37 (diff) | |
Fix wrong pointer type in audio_device.c
Diffstat (limited to 'examples/device/uac2_headset')
| -rw-r--r-- | examples/device/uac2_headset/src/usb_descriptors.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/device/uac2_headset/src/usb_descriptors.c b/examples/device/uac2_headset/src/usb_descriptors.c index 404863dba..cd749eb65 100644 --- a/examples/device/uac2_headset/src/usb_descriptors.c +++ b/examples/device/uac2_headset/src/usb_descriptors.c @@ -87,8 +87,6 @@ uint8_t const * tud_descriptor_device_cb(void) #define EPNUM_AUDIO 0x01 #endif -#define CFG_TUD_AUDIO_FUNC_1_DESC_LEN TUD_AUDIO_HEADSET_STEREO_DESC_LEN - uint8_t const desc_configuration[] = { // Interface count, string index, total length, attribute, power in mA |
