From a6b3ef03edb7c79bab63c3ce9e312adb62afdf3e Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Thu, 3 Apr 2014 11:25:56 +0100 Subject: [PATCH] Removed accidental commit of #error in descriptors --- module_usb_audio/endpoint0/descriptors.h | 1 - 1 file changed, 1 deletion(-) diff --git a/module_usb_audio/endpoint0/descriptors.h b/module_usb_audio/endpoint0/descriptors.h index bf60683b..bc4c0f53 100644 --- a/module_usb_audio/endpoint0/descriptors.h +++ b/module_usb_audio/endpoint0/descriptors.h @@ -1916,7 +1916,6 @@ unsigned char cfgDesc_Null[] = /* In UAC1 supported sample rates are listed in descriptor */ #if (MAX_FREQ_FS == 96000) -#error #define NUM_FREQS_A1 (4) #elif (MAX_FREQ_FS == 88200) #define NUM_FREQS_A1 (3)