forked from PAWPAW-Mirror/lib_xua
Remove header guards. Since these files only include initialisation lists, no guard is needed. For UAC1 operation, one file has to be included twice, so including a guard breaks the implementation.
This commit is contained in:
@@ -7,9 +7,6 @@
|
|||||||
* This file lists the contents of the HID Endpoint descriptor returned during enumeration.
|
* This file lists the contents of the HID Endpoint descriptor returned during enumeration.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _HID_DESCRIPTOR_CONTENTS_
|
|
||||||
#define _HID_DESCRIPTOR_CONTENTS_
|
|
||||||
|
|
||||||
#if (AUDIO_CLASS == 1)
|
#if (AUDIO_CLASS == 1)
|
||||||
|
|
||||||
/* HID descriptor */
|
/* HID descriptor */
|
||||||
@@ -48,5 +45,3 @@
|
|||||||
#else
|
#else
|
||||||
#error "Unknown Audio Class"
|
#error "Unknown Audio Class"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // _HID_DESCRIPTOR_CONTENTS_
|
|
||||||
|
|||||||
@@ -7,9 +7,6 @@
|
|||||||
* This file lists the contents of the HID Endpoint descriptor returned during enumeration.
|
* This file lists the contents of the HID Endpoint descriptor returned during enumeration.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _HID_ENDPOINT_DESCRIPTOR_CONTENTS_
|
|
||||||
#define _HID_ENDPOINT_DESCRIPTOR_CONTENTS_
|
|
||||||
|
|
||||||
#include "descriptor_defs.h"
|
#include "descriptor_defs.h"
|
||||||
|
|
||||||
#if (AUDIO_CLASS == 1)
|
#if (AUDIO_CLASS == 1)
|
||||||
@@ -39,5 +36,3 @@
|
|||||||
#else
|
#else
|
||||||
#error "Unknown Audio Class"
|
#error "Unknown Audio Class"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // _HID_ENDPOINT_DESCRIPTOR_CONTENTS_
|
|
||||||
|
|||||||
@@ -7,9 +7,6 @@
|
|||||||
* This file lists the contents of the HID Interface descriptor returned during enumeration.
|
* This file lists the contents of the HID Interface descriptor returned during enumeration.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _HID_INTERFACE_DESCRIPTOR_CONTENTS_
|
|
||||||
#define _HID_INTERFACE_DESCRIPTOR_CONTENTS_
|
|
||||||
|
|
||||||
#include "descriptor_defs.h"
|
#include "descriptor_defs.h"
|
||||||
|
|
||||||
#if (AUDIO_CLASS == 1)
|
#if (AUDIO_CLASS == 1)
|
||||||
@@ -44,5 +41,3 @@
|
|||||||
#else
|
#else
|
||||||
#error "Unknown Audio Class"
|
#error "Unknown Audio Class"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // _HID_INTERFACE_DESCRIPTOR_CONTENTS_
|
|
||||||
|
|||||||
Reference in New Issue
Block a user