From a883cf65dc447c66aa76d9091d6a57d690a2d61a Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 20 May 2010 06:15:21 +0000 Subject: Renamed CDC device class demos' ManagementEndpoint descriptor to NotificationEndpoint to more accurately indicate its purpose. --- Projects/USBtoSerial/Descriptors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/USBtoSerial/Descriptors.h') diff --git a/Projects/USBtoSerial/Descriptors.h b/Projects/USBtoSerial/Descriptors.h index e00c5e2ed..07a361385 100644 --- a/Projects/USBtoSerial/Descriptors.h +++ b/Projects/USBtoSerial/Descriptors.h @@ -70,7 +70,7 @@ CDC_FUNCTIONAL_DESCRIPTOR(2) CDC_Functional_IntHeader; CDC_FUNCTIONAL_DESCRIPTOR(1) CDC_Functional_AbstractControlManagement; CDC_FUNCTIONAL_DESCRIPTOR(2) CDC_Functional_Union; - USB_Descriptor_Endpoint_t CDC_ManagementEndpoint; + USB_Descriptor_Endpoint_t CDC_NotificationEndpoint; USB_Descriptor_Interface_t CDC_DCI_Interface; USB_Descriptor_Endpoint_t CDC_DataOutEndpoint; USB_Descriptor_Endpoint_t CDC_DataInEndpoint; -- cgit v1.2.3