From b5c0d55102c9da42f13d79a22d97f853c8efcae3 Mon Sep 17 00:00:00 2001 From: Dean 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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1266 d5102386-fcda-11dd-9fdb-3debd5008f28 --- Projects/Benito/Descriptors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/Benito/Descriptors.h') diff --git a/Projects/Benito/Descriptors.h b/Projects/Benito/Descriptors.h index e00c5e2e..07a36138 100644 --- a/Projects/Benito/Descriptors.h +++ b/Projects/Benito/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