From c5d9f247e035384090e6679c4cc0d2d5a2ada76d Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Mon, 21 Sep 2015 16:32:05 +0100 Subject: [PATCH] Typo in MCLK_441 define checking for MIN_FREQ --- module_usb_audio/devicedefines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/devicedefines.h b/module_usb_audio/devicedefines.h index 77589654..cdfaa48d 100644 --- a/module_usb_audio/devicedefines.h +++ b/module_usb_audio/devicedefines.h @@ -1334,7 +1334,7 @@ enum USBEndpointNumber_Out #error Bad DEFAULT_MCLK_FREQ #endif -#if ((MCLK_44 % MIN_FREQ) == 0) +#if ((MCLK_441 % MIN_FREQ) == 0) #define MIN_FREQ_44 MIN_FREQ #define MIN_FREQ_48 ((48000 * 512)/((44100 * 512)/MIN_FREQ)) #endif