diff options
| author | hathach <[email protected]> | 2025-10-02 17:15:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-02 17:15:22 +0700 |
| commit | 3773d60a1edb85b8f96800cd920b08b857f88390 (patch) | |
| tree | 42e43175ad817b93a73a2a6eb6636a7e510dfca1 /examples/device/hid_composite/src | |
| parent | 981dc982ce2e8b37041e47d0c17f479d08f11bd6 (diff) | |
fix typos
Diffstat (limited to 'examples/device/hid_composite/src')
| -rw-r--r-- | examples/device/hid_composite/src/usb_descriptors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/hid_composite/src/usb_descriptors.c b/examples/device/hid_composite/src/usb_descriptors.c index 15c6e1f73..ce7fbd13f 100644 --- a/examples/device/hid_composite/src/usb_descriptors.c +++ b/examples/device/hid_composite/src/usb_descriptors.c @@ -154,7 +154,7 @@ uint8_t const* tud_descriptor_other_speed_configuration_cb(uint8_t index) { (void) index; // for multiple configurations - // other speed config is basically configuration with type = OHER_SPEED_CONFIG + // other speed config is basically configuration with type = OTHER_SPEED_CONFIG memcpy(desc_other_speed_config, desc_configuration, CONFIG_TOTAL_LEN); desc_other_speed_config[1] = TUSB_DESC_OTHER_SPEED_CONFIG; |
