Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / Projects / MIDIToneGenerator / Descriptors.h
index b56fb6f..4f0ecca 100644 (file)
@@ -1,13 +1,13 @@
 /*\r
              LUFA Library\r
-     Copyright (C) Dean Camera, 2010.\r
+     Copyright (C) Dean Camera, 2011.\r
 \r
   dean [at] fourwalledcubicle [dot] com\r
            www.lufa-lib.org\r
 */\r
 \r
 /*\r
-  Copyright 2010  Dean Camera (dean [at] fourwalledcubicle [dot] com)\r
+  Copyright 2011  Dean Camera (dean [at] fourwalledcubicle [dot] com)\r
 \r
   Permission to use, copy, modify, distribute, and sell this\r
   software and its documentation for any purpose is hereby granted\r
                typedef struct\r
                {\r
                        USB_Descriptor_Configuration_Header_t     Config;\r
+\r
+                       // MIDI Audio Control Interface\r
                        USB_Descriptor_Interface_t                Audio_ControlInterface;\r
                        USB_Audio_Descriptor_Interface_AC_t       Audio_ControlInterface_SPC;\r
+\r
+                       // MIDI Audio Streaming Interface\r
                        USB_Descriptor_Interface_t                Audio_StreamInterface;\r
                        USB_MIDI_Descriptor_AudioInterface_AS_t   Audio_StreamInterface_SPC;\r
                        USB_MIDI_Descriptor_InputJack_t           MIDI_In_Jack_Emb;\r