diff options
| author | hathach <[email protected]> | 2018-03-23 12:42:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-23 12:42:30 +0700 |
| commit | 3e5e1f70bfc320b1940a2ab0771b1dd23e6744f3 (patch) | |
| tree | 52c0db749eec3a85542ddcd4513b98cec352d533 /tinyusb/class/cdc/cdc.h | |
| parent | 5f26c57b286ecdc555856c1e3e486923a43f4d04 (diff) | |
more shorten name
Diffstat (limited to 'tinyusb/class/cdc/cdc.h')
| -rw-r--r-- | tinyusb/class/cdc/cdc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/cdc/cdc.h b/tinyusb/class/cdc/cdc.h index 6eb00e040..653704a78 100644 --- a/tinyusb/class/cdc/cdc.h +++ b/tinyusb/class/cdc/cdc.h @@ -310,7 +310,7 @@ typedef struct ATTR_PACKED uint8_t bDescriptorType ; ///< Descriptor Type, must be Class-Specific
uint8_t bDescriptorSubType ; ///< Descriptor SubType one of above CDC_FUCN_DESC_
cdc_acm_capability_t bmCapabilities ;
-}cdc_desc_func_abstract_control_management_t;
+}cdc_desc_func_acm_t;
/// \brief Direct Line Management Functional Descriptor
/// \details This functional descriptor describes the commands supported by the Communications Class interface with SubClass code of \ref CDC_FUNC_DESC_DIRECT_LINE_MANAGEMENT
|
