From 04660d3793292fad5a09bd50ae9615e53ca4aa10 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 1 Jul 2011 05:26:25 +0000 Subject: Seperate out the device demos and project's configuration descriptor structure definitions to clearly indicate what descriptors belong to which interface. --- Demos/Device/Incomplete/Sideshow/Descriptors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Demos/Device/Incomplete/Sideshow') diff --git a/Demos/Device/Incomplete/Sideshow/Descriptors.h b/Demos/Device/Incomplete/Sideshow/Descriptors.h index 9ea38b076..e24d37e0e 100644 --- a/Demos/Device/Incomplete/Sideshow/Descriptors.h +++ b/Demos/Device/Incomplete/Sideshow/Descriptors.h @@ -47,6 +47,8 @@ typedef struct { USB_Descriptor_Configuration_Header_t Config; + + // SideShow Interface USB_Descriptor_Interface_t SSHOW_Interface; USB_Descriptor_Endpoint_t SSHOW_DataInEndpoint; USB_Descriptor_Endpoint_t SSHOW_DataOutEndpoint; -- cgit v1.2.3