diff options
| author | Ha Thach <[email protected]> | 2024-07-17 15:19:43 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-17 15:19:43 +0700 |
| commit | e86826318c58506b669f54c37873846e957d16d8 (patch) | |
| tree | 98076d524697872060665a9783b20f5aaa76f4d6 /src/class/cdc | |
| parent | 1ba88ff3ac939bbefb90e1fb2a7c4eb9a0c657f3 (diff) | |
| parent | 0ecf15bc61b2684e53250437d295d6c43682a724 (diff) | |
Merge pull request #2718 from hathach/hid-2253-followup
follow up to #2253
Diffstat (limited to 'src/class/cdc')
| -rw-r--r-- | src/class/cdc/cdc_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_device.h b/src/class/cdc/cdc_device.h index 5c2d07c5b..34670517a 100644 --- a/src/class/cdc/cdc_device.h +++ b/src/class/cdc/cdc_device.h @@ -58,7 +58,7 @@ typedef struct TU_ATTR_PACKED { bool tud_cdc_configure_fifo(tud_cdc_configure_fifo_t const* cfg); //--------------------------------------------------------------------+ -// Application API (Multiple Ports) i.e CFG_TUD_CDC > 1 +// Application API (Multiple Ports) i.e. CFG_TUD_CDC > 1 //--------------------------------------------------------------------+ // Check if terminal is connected to this port |
