From e14648ea1b24765d09ccc2955dcaa750ae24e4b6 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Mon, 19 Dec 2016 15:05:23 +0000 Subject: [PATCH] XVSM -> USB_CONTROL_DESCS --- module_usb_audio/endpoint0/descriptors.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module_usb_audio/endpoint0/descriptors.h b/module_usb_audio/endpoint0/descriptors.h index 866bf029..da6cb44c 100644 --- a/module_usb_audio/endpoint0/descriptors.h +++ b/module_usb_audio/endpoint0/descriptors.h @@ -2255,7 +2255,7 @@ const unsigned num_freqs_a1 = MAX(3, (0 #endif )); -#ifdef XVSM +#ifdef USB_CONTROL_DESCS #define CONTROL_INTERFACE_BYTES 9 #define NUM_CONTROL_INTERFACES 1 #else @@ -2712,7 +2712,7 @@ unsigned char cfgDesc_Audio1[] = 0x00, 0x00, /* Unused */ #endif -#ifdef XVSM +#ifdef USB_CONTROL_DESCS /* Standard DFU class Interface descriptor */ 0x09, /* 0 bLength : Size of this descriptor, in bytes. (field size 1 bytes) */ 0x04, /* 1 bDescriptorType : INTERFACE descriptor. (field size 1 bytes) */