diff options
| author | sakumisu <[email protected]> | 2025-02-06 20:10:17 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-02-06 20:10:17 +0800 |
| commit | 43e6b5b1b1f6af62497e740db8faee4499724627 (patch) | |
| tree | ca18b31bd8b62c581c8cf973e589de29f3b9bb3f | |
| parent | 40122200d153e0eb9fe7150839560b6357659c55 (diff) | |
fix(demo): fix typo
Signed-off-by: sakumisu <[email protected]>
| -rw-r--r-- | demo/cdc_acm_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/cdc_acm_template.c b/demo/cdc_acm_template.c index 06ee4a3c..f8d5c4b9 100644 --- a/demo/cdc_acm_template.c +++ b/demo/cdc_acm_template.c @@ -81,7 +81,7 @@ static const char *string_descriptor_callback(uint8_t speed, uint8_t index) return string_descriptors[index]; } -const struct usb_descriptor audio_v1_descriptor = { +const struct usb_descriptor cdc_descriptor = { .device_descriptor_callback = device_descriptor_callback, .config_descriptor_callback = config_descriptor_callback, .device_quality_descriptor_callback = device_quality_descriptor_callback, |
