more shorten name
This commit is contained in:
		| @@ -133,7 +133,7 @@ app_descriptor_configuration_t const desc_configuration = | ||||
|  | ||||
|     .cdc_acm = | ||||
|     { | ||||
|         .bLength            = sizeof(cdc_desc_func_abstract_control_management_t), | ||||
|         .bLength            = sizeof(cdc_desc_func_acm_t), | ||||
|         .bDescriptorType    = TUSB_DESC_CLASS_SPECIFIC, | ||||
|         .bDescriptorSubType = CDC_FUNC_DESC_ABSTRACT_CONTROL_MANAGEMENT, | ||||
|         .bmCapabilities     = { // 0x02 | ||||
|   | ||||
| @@ -87,7 +87,7 @@ typedef struct ATTR_PACKED | ||||
|   tusb_desc_interface_t                  cdc_comm_interface; | ||||
|   cdc_desc_func_header_t                       cdc_header; | ||||
|   cdc_desc_func_call_management_t              cdc_call; | ||||
|   cdc_desc_func_abstract_control_management_t  cdc_acm; | ||||
|   cdc_desc_func_acm_t  cdc_acm; | ||||
|   cdc_desc_func_union_t                        cdc_union; | ||||
|   tusb_desc_endpoint_t                   cdc_endpoint_notification; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach