summaryrefslogtreecommitdiff
path: root/test/fuzz/device/cdc/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-10-11 18:41:02 +0700
committerhathach <[email protected]>2025-10-11 18:41:02 +0700
commitb19d86376265ab4be279a74a6573dbb8c6fc8c48 (patch)
treebae17ec17520eff8db1ef83ac7de8674f6e8d387 /test/fuzz/device/cdc/src
parentf69d89454ef4a57a1ff199d42cb24a7eff4f6d90 (diff)
parent87523f2494109b45307644a36f035b5ad11d5ba9 (diff)
Merge branch 'master' into fork/adam-embedded/with-stm32l496nucleo
Diffstat (limited to 'test/fuzz/device/cdc/src')
-rw-r--r--test/fuzz/device/cdc/src/usb_descriptors.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzz/device/cdc/src/usb_descriptors.cc b/test/fuzz/device/cdc/src/usb_descriptors.cc
index 0f636f05d..c26bd18c3 100644
--- a/test/fuzz/device/cdc/src/usb_descriptors.cc
+++ b/test/fuzz/device/cdc/src/usb_descriptors.cc
@@ -148,7 +148,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,