From e4b2c4c5316d64bfcb30b521504798482a7e1c82 Mon Sep 17 00:00:00 2001 From: Dean Date: Fri, 26 Jun 2009 11:43:56 +0000 Subject: Reduce struct name pollution - group typedef struct names by class driver name where appropriate. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@635 d5102386-fcda-11dd-9fdb-3debd5008f28 --- Demos/Device/ClassDriver/GenericHID/Descriptors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Device/ClassDriver/GenericHID/Descriptors.h') diff --git a/Demos/Device/ClassDriver/GenericHID/Descriptors.h b/Demos/Device/ClassDriver/GenericHID/Descriptors.h index 8d613b11..88f16e03 100644 --- a/Demos/Device/ClassDriver/GenericHID/Descriptors.h +++ b/Demos/Device/ClassDriver/GenericHID/Descriptors.h @@ -51,7 +51,7 @@ { USB_Descriptor_Configuration_Header_t Config; USB_Descriptor_Interface_t Interface; - USB_Descriptor_HID_t GenericHID; + USB_HID_Descriptor_t GenericHID; USB_Descriptor_Endpoint_t GenericINEndpoint; } USB_Descriptor_Configuration_t; -- cgit v1.2.3