From 5a92aaecb054e7bb9064fbb2233d9859301bb52a Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Tue, 2 Aug 2016 18:14:21 -0400 Subject: [PATCH] Error typo --- module_usb_audio/endpoint0/descriptors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/endpoint0/descriptors.h b/module_usb_audio/endpoint0/descriptors.h index aa2d1037..ea699628 100644 --- a/module_usb_audio/endpoint0/descriptors.h +++ b/module_usb_audio/endpoint0/descriptors.h @@ -2268,7 +2268,7 @@ const unsigned num_freqs_a1 = MAX(3, (0 #define CHARIFY_SR(x) (x & 0xff),((x & 0xff00)>> 8),((x & 0xff0000)>> 16) #if (MIN_FREQ_FS < 12000) && (MAX_FREQ_FS > 48000) -#error SAMPLE RATE RANGE TO GREAT FOR UAC1 ON WINDOWS +#error SAMPLE RATE RANGE TOO GREAT FOR UAC1 ON WINDOWS #endif unsigned char cfgDesc_Audio1[] =