diff options
| author | Mengsk <[email protected]> | 2025-10-03 09:34:40 +0200 |
|---|---|---|
| committer | Mengsk <[email protected]> | 2025-10-03 09:34:40 +0200 |
| commit | 05ea8cf0ee1365dfe5b2c43c304838648f739abb (patch) | |
| tree | ef4b339711c41927c35ef036e26640ae84c81ee7 /examples/device/cdc_uac2/src | |
| parent | d322207441d55f636be911899f1c7928ba6b00b7 (diff) | |
| parent | c1bf19ed6cf1eaa791f221c1bc5ce4b3d069f76d (diff) | |
Merge remote-tracking branch 'tinyusb/master' into uac1
Diffstat (limited to 'examples/device/cdc_uac2/src')
| -rw-r--r-- | examples/device/cdc_uac2/src/usb_descriptors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/cdc_uac2/src/usb_descriptors.c b/examples/device/cdc_uac2/src/usb_descriptors.c index 22d3cf05a..da55bdb5a 100644 --- a/examples/device/cdc_uac2/src/usb_descriptors.c +++ b/examples/device/cdc_uac2/src/usb_descriptors.c @@ -176,7 +176,7 @@ uint8_t const *tud_descriptor_other_speed_configuration_cb(uint8_t index) { (void) index; // for multiple configurations // if link speed is high return fullspeed config, and vice versa - // Note: the descriptor type is OHER_SPEED_CONFIG instead of CONFIG + // Note: the descriptor type is OTHER_SPEED_CONFIG instead of CONFIG memcpy(desc_other_speed_config, (tud_speed_get() == TUSB_SPEED_HIGH) ? desc_fs_configuration : desc_hs_configuration, CONFIG_TOTAL_LEN); |
