summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorGordon McNab <[email protected]>2021-12-08 11:24:39 +0000
committerGordon McNab <[email protected]>2021-12-08 11:24:39 +0000
commitbcbcdf87de303a4db1724de2a813b80f13d7d906 (patch)
tree0392fa39f0ce3df327e806345ae60a0e915a2ba4 /examples/device
parent79f1f4e171393397f25e884792ecc33b2480e050 (diff)
Fix spelling mistakes and verify endpoint numbering.
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/cdc_msc/src/usb_descriptors.c2
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