diff options
| author | Gordon McNab <[email protected]> | 2021-12-08 11:24:39 +0000 |
|---|---|---|
| committer | Gordon McNab <[email protected]> | 2021-12-08 11:24:39 +0000 |
| commit | bcbcdf87de303a4db1724de2a813b80f13d7d906 (patch) | |
| tree | 0392fa39f0ce3df327e806345ae60a0e915a2ba4 /examples/device/cdc_msc/src | |
| parent | 79f1f4e171393397f25e884792ecc33b2480e050 (diff) | |
Fix spelling mistakes and verify endpoint numbering.
Diffstat (limited to 'examples/device/cdc_msc/src')
| -rw-r--r-- | examples/device/cdc_msc/src/usb_descriptors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/cdc_msc/src/usb_descriptors.c b/examples/device/cdc_msc/src/usb_descriptors.c index 3c3e9c891..09894cf1b 100644 --- a/examples/device/cdc_msc/src/usb_descriptors.c +++ b/examples/device/cdc_msc/src/usb_descriptors.c @@ -118,7 +118,7 @@ enum #define EPNUM_MSC_IN 0x84 #elif CFG_TUSB_MCU == OPT_MCU_FT90X || CFG_TUSB_MCU == OPT_MCU_FT93X - // FT9XX don't support a same endpoint number with different direction IN and OUT + // FT9XX doesn't support a same endpoint number with different direction IN and OUT // e.g EP1 OUT & EP1 IN cannot exist together #define EPNUM_CDC_NOTIF 0x81 #define EPNUM_CDC_OUT 0x02 |
