Typo in MCLK_441 define checking for MIN_FREQ

This commit is contained in:
Ross Owen
2015-09-21 16:32:05 +01:00
parent 08c55f9a7d
commit c5d9f247e0

View File

@@ -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