diff options
| author | HiFiPhile <[email protected]> | 2023-04-08 15:39:33 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2023-04-08 15:39:33 +0200 |
| commit | 95dec2ac26fd1b552f2b892f62ec0ed96033e4ba (patch) | |
| tree | 4a46506042890a2487626b84d7016c43bc67e613 /examples/device/audio_test/src | |
| parent | d4c7c9871ed4e304385aab125116720cb553298d (diff) | |
Fix case.
Diffstat (limited to 'examples/device/audio_test/src')
| -rw-r--r-- | examples/device/audio_test/src/usb_descriptors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/audio_test/src/usb_descriptors.c b/examples/device/audio_test/src/usb_descriptors.c index e9c3aee7a..cc364ee88 100644 --- a/examples/device/audio_test/src/usb_descriptors.c +++ b/examples/device/audio_test/src/usb_descriptors.c @@ -96,7 +96,7 @@ enum uint8_t const desc_configuration[] = { - // Config number, Interface count, string index, total length, attribute, power in mA + // Config number, interface count, string index, total length, attribute, power in mA TUD_CONFIG_DESCRIPTOR(1, ITF_NUM_TOTAL, 0, CONFIG_TOTAL_LEN, 0x00, 100), // Interface number, string index, EP Out & EP In address, EP size |
