From 3e5e1f70bfc320b1940a2ab0771b1dd23e6744f3 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 23 Mar 2018 12:42:30 +0700 Subject: more shorten name --- tinyusb/class/cdc/cdc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/class/cdc/cdc.h') 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 -- cgit v1.3.1